[llvm-commits] [polly] r151901 - /polly/trunk/lib/CodeGeneration.cpp

Tobias Grosser grosser at fim.uni-passau.de
Fri Mar 2 03:27:08 PST 2012


Author: grosser
Date: Fri Mar  2 05:27:08 2012
New Revision: 151901

URL: http://llvm.org/viewvc/llvm-project?rev=151901&view=rev
Log:
Fix typo

Modified:
    polly/trunk/lib/CodeGeneration.cpp

Modified: polly/trunk/lib/CodeGeneration.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGeneration.cpp?rev=151901&r1=151900&r2=151901&view=diff
==============================================================================
--- polly/trunk/lib/CodeGeneration.cpp (original)
+++ polly/trunk/lib/CodeGeneration.cpp Fri Mar  2 05:27:08 2012
@@ -668,7 +668,7 @@
                                      ValueMapT &VectorMap,
                                      VectorValueMapT &ScalarMaps,
                                      int VectorDimension) {
-  // Terminator instructions control the control flow. They are explicitally
+  // Terminator instructions control the control flow. They are explicitly
   // expressed in the clast and do not need to be copied.
   if (Inst->isTerminator())
     return;





More information about the llvm-commits mailing list