From: Matthew Simpson Date: Fri, 13 May 2016 21:01:07 +0000 (+0000) Subject: Correct spelling in comment (NFC) X-Git-Tag: android-x86-7.1-r4~33484 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d273c95832ce72cf27225390670da1d917bb43ee;p=android-x86%2Fexternal-llvm.git Correct spelling in comment (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269482 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Vectorize/LoopVectorize.cpp b/lib/Transforms/Vectorize/LoopVectorize.cpp index d5864d22206..1ef250c702d 100644 --- a/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -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. //