summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-09 18:59:22 +0000
committerDan Gohman <gohman@apple.com>2009-11-09 18:59:22 +0000
commitf324dd65f846981511135ba02285421b9f56dccb (patch)
tree8d33ead43411deef08a1b249a1dcf7f666607397 /llvm/lib/Transforms/Utils
parent56acd1e81914084e69743dfcf7ed89b2096224d7 (diff)
downloadbcm5719-llvm-f324dd65f846981511135ba02285421b9f56dccb.tar.gz
bcm5719-llvm-f324dd65f846981511135ba02285421b9f56dccb.zip
Fix a comment in a typo that Duncan noticed.
llvm-svn: 86575
Diffstat (limited to 'llvm/lib/Transforms/Utils')
-rw-r--r--llvm/lib/Transforms/Utils/LCSSA.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/LCSSA.cpp b/llvm/lib/Transforms/Utils/LCSSA.cpp
index b4afedab7ba..590d667a1aa 100644
--- a/llvm/lib/Transforms/Utils/LCSSA.cpp
+++ b/llvm/lib/Transforms/Utils/LCSSA.cpp
@@ -235,7 +235,7 @@ bool LCSSA::ProcessInstruction(Instruction *Inst,
PN->addIncoming(Inst, *PI);
// If the exit block has a predecessor not within the loop, arrange for
- // the incomging value use corresponding to that predecessor to be
+ // the incoming value use corresponding to that predecessor to be
// rewritten in terms of a different LCSSA PHI.
if (!inLoop(*PI))
UsesToRewrite.push_back(
OpenPOWER on IntegriCloud