summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp')
-rw-r--r--llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
index c5d0a18c387..0b11c156dcf 100644
--- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
+++ b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@ -5356,7 +5356,7 @@ void LSRInstance::RewriteForPHI(
Pair.first->second = FullV;
}
- // If LSR split critical edge and phi node has other pending
+ // If LSR splits critical edge and phi node has other pending
// fixup operands, we need to update those pending fixups. Otherwise
// formulae will not be implemented completely and some instructions
// will not be eliminated.
OpenPOWER on IntegriCloud