[NFC] Fix typo in `ImportJScop` declaration.

Contributed by: Singapuram Sanjay

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

llvm-svn: 305183
This commit is contained in:
Siddharth Bhat 2017-06-12 09:43:12 +00:00
parent cdc4408bbf
commit 8139e2eb75
1 changed files with 1 additions and 1 deletions

View File

@ -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(