aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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
commiteaa181c83ae7d6295e95753a1d6ae9a684d35fa7 (patch)
treee76557d6947187594d068170d05038e98d536f3b /lib
parent938443807150a1259283412bf8b89bd4141f9111 (diff)
downloadexternal_llvm-eaa181c83ae7d6295e95753a1d6ae9a684d35fa7.zip
external_llvm-eaa181c83ae7d6295e95753a1d6ae9a684d35fa7.tar.gz
external_llvm-eaa181c83ae7d6295e95753a1d6ae9a684d35fa7.tar.bz2
Fix a comment in a typo that Duncan noticed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86575 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Transforms/Utils/LCSSA.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/LCSSA.cpp b/lib/Transforms/Utils/LCSSA.cpp
index b4afeda..590d667 100644
--- a/lib/Transforms/Utils/LCSSA.cpp
+++ b/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(