diff options
author | Matthew Simpson <mssimpso@codeaurora.org> | 2016-05-13 21:01:07 +0000 |
---|---|---|
committer | Matthew Simpson <mssimpso@codeaurora.org> | 2016-05-13 21:01:07 +0000 |
commit | c326d050ca93bbf769d1a030727ff6b2e4fb8b10 (patch) | |
tree | 7a1645a2cdfa152db7730029811850dc7c42488c | |
parent | 91aacad9c3050c02640d292d1cd2c358bfea59fc (diff) | |
download | bcm5719-llvm-c326d050ca93bbf769d1a030727ff6b2e4fb8b10.tar.gz bcm5719-llvm-c326d050ca93bbf769d1a030727ff6b2e4fb8b10.zip |
Correct spelling in comment (NFC)
llvm-svn: 269482
-rw-r--r-- | llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp index d5864d22206..1ef250c702d 100644 --- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/llvm/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. // |