[polly] r308743 - [NFC] [RegisterPasses] Fix typo: To early -> too early.

Siddharth Bhat via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 08:12:03 PDT 2017


Author: bollu
Date: Fri Jul 21 08:12:03 2017
New Revision: 308743

URL: http://llvm.org/viewvc/llvm-project?rev=308743&view=rev
Log:
[NFC] [RegisterPasses] Fix typo: To early -> too early.

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=308743&r1=308742&r2=308743&view=diff
==============================================================================
--- polly/trunk/lib/Support/RegisterPasses.cpp (original)
+++ polly/trunk/lib/Support/RegisterPasses.cpp Fri Jul 21 08:12:03 2017
@@ -451,7 +451,7 @@ registerPollyScalarOptimizerLatePasses(c
 ///   be optimized away.
 ///
 /// We are currently evaluating the benefit or running Polly at position b) or
-/// c). b) is likely to early as it interacts with the inliner. c) is nice
+/// c). b) is likely too early as it interacts with the inliner. c) is nice
 /// as everything is fully inlined and canonicalized, but we need to be able
 /// to handle LICMed code to make it useful.
 static llvm::RegisterStandardPasses RegisterPollyOptimizerEarly(




More information about the llvm-commits mailing list