[llvm] r269482 - Correct spelling in comment (NFC)

Matthew Simpson via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 14:01:07 PDT 2016


Author: mssimpso
Date: Fri May 13 16:01:07 2016
New Revision: 269482

URL: http://llvm.org/viewvc/llvm-project?rev=269482&view=rev
Log:
Correct spelling in comment (NFC)

Modified:
    llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp

Modified: llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp?rev=269482&r1=269481&r2=269482&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp (original)
+++ llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp Fri May 13 16:01:07 2016
@@ -3755,7 +3755,7 @@ void InnerLoopVectorizer::vectorizeLoop(
 
 void InnerLoopVectorizer::fixFirstOrderRecurrence(PHINode *Phi) {
 
-  // This is the second phase of vectorizing first-order rececurrences. An
+  // This is the second phase of vectorizing first-order recurrences. An
   // overview of the transformation is described below. Suppose we have the
   // following loop.
   //




More information about the llvm-commits mailing list