summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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