[polly] r305183 - [NFC] Fix typo in `ImportJScop` declaration.

Siddharth Bhat via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 02:43:13 PDT 2017


Author: bollu
Date: Mon Jun 12 04:43:12 2017
New Revision: 305183

URL: http://llvm.org/viewvc/llvm-project?rev=305183&view=rev
Log:
[NFC] Fix typo in `ImportJScop` declaration.

Contributed by: Singapuram Sanjay

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

Modified:
    polly/trunk/lib/Support/RegisterPasses.cpp

Modified: polly/trunk/lib/Support/RegisterPasses.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Support/RegisterPasses.cpp?rev=305183&r1=305182&r2=305183&view=diff
==============================================================================
--- polly/trunk/lib/Support/RegisterPasses.cpp (original)
+++ polly/trunk/lib/Support/RegisterPasses.cpp Mon Jun 12 04:43:12 2017
@@ -134,7 +134,7 @@ static cl::opt<polly::VectorizerChoice,
 
 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(




More information about the llvm-commits mailing list