summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/lib/Support/RegisterPasses.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Support/RegisterPasses.cpp b/polly/lib/Support/RegisterPasses.cpp
index 3ba7e44ae03..7b2b0843dd5 100644
--- a/polly/lib/Support/RegisterPasses.cpp
+++ b/polly/lib/Support/RegisterPasses.cpp
@@ -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(
OpenPOWER on IntegriCloud