OSDN Git Service

Correct spelling in comment (NFC)
authorMatthew Simpson <mssimpso@codeaurora.org>
Fri, 13 May 2016 21:01:07 +0000 (21:01 +0000)
committerMatthew Simpson <mssimpso@codeaurora.org>
Fri, 13 May 2016 21:01:07 +0000 (21:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269482 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Vectorize/LoopVectorize.cpp

index d5864d2..1ef250c 100644 (file)
@@ -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.
   //