summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Simpson <mssimpso@codeaurora.org>2016-05-13 21:01:07 +0000
committerMatthew Simpson <mssimpso@codeaurora.org>2016-05-13 21:01:07 +0000
commitc326d050ca93bbf769d1a030727ff6b2e4fb8b10 (patch)
tree7a1645a2cdfa152db7730029811850dc7c42488c
parent91aacad9c3050c02640d292d1cd2c358bfea59fc (diff)
downloadbcm5719-llvm-c326d050ca93bbf769d1a030727ff6b2e4fb8b10.tar.gz
bcm5719-llvm-c326d050ca93bbf769d1a030727ff6b2e4fb8b10.zip
Correct spelling in comment (NFC)
llvm-svn: 269482
-rw-r--r--llvm/lib/Transforms/Vectorize/LoopVectorize.cpp2
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.
//
OpenPOWER on IntegriCloud