Skip to content

Commit

Permalink
[NFC] Fix typo in ImportJScop declaration.
Browse files Browse the repository at this point in the history
Contributed by: Singapuram Sanjay

Differential Revision: https://reviews.llvm.org/D34079

llvm-svn: 305183
  • Loading branch information
bollu committed Jun 12, 2017
1 parent cdc4408 commit 8139e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polly/lib/Support/RegisterPasses.cpp
Expand Up @@ -134,7 +134,7 @@ static cl::opt<polly::VectorizerChoice, true> Vectorizer(

static cl::opt<bool> ImportJScop(
"polly-import",
cl::desc("Export the polyhedral description of the detected Scops"),
cl::desc("Import the polyhedral description of the detected Scops"),
cl::Hidden, cl::init(false), cl::ZeroOrMore, cl::cat(PollyCategory));

static cl::opt<bool> ExportJScop(
Expand Down

0 comments on commit 8139e2e

Please sign in to comment.