projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9384438
)
Fix a comment in a typo that Duncan noticed.
author
Dan Gohman
<gohman@apple.com>
Mon, 9 Nov 2009 18:59:22 +0000
(18:59 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 9 Nov 2009 18:59:22 +0000
(18:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86575
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Utils/LCSSA.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/LCSSA.cpp
b/lib/Transforms/Utils/LCSSA.cpp
index b4afedab7ba2cfe99c89979a6896d11ea9446d00..590d667a1aa317689e5a687378a8e238ec463c51 100644
(file)
--- 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 incom
g
ing 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(