[polly] r247172 - Fix typo: zycle -> cycle [NFC]

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 9 11:20:31 PDT 2015


Author: meinersbur
Date: Wed Sep  9 13:20:31 2015
New Revision: 247172

URL: http://llvm.org/viewvc/llvm-project?rev=247172&view=rev
Log:
Fix typo: zycle -> cycle [NFC]

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=247172&r1=247171&r2=247172&view=diff
==============================================================================
--- polly/trunk/lib/Support/RegisterPasses.cpp (original)
+++ polly/trunk/lib/Support/RegisterPasses.cpp Wed Sep  9 13:20:31 2015
@@ -62,7 +62,7 @@ static cl::opt<PassPositionChoice> PassP
     cl::values(
         clEnumValN(POSITION_EARLY, "early", "Before everything"),
         clEnumValN(POSITION_AFTER_LOOPOPT, "after-loopopt",
-                   "After the loop optimizer (but within the inline zycle)"),
+                   "After the loop optimizer (but within the inline cycle)"),
         clEnumValN(POSITION_BEFORE_VECTORIZER, "before-vectorizer",
                    "Right before the vectorizer"),
         clEnumValEnd),




More information about the llvm-commits mailing list