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:
afc2256
)
Fix spelling error
author
Chris Lattner
<sabre@nondot.org>
Fri, 8 Nov 2002 23:18:37 +0000
(23:18 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 8 Nov 2002 23:18:37 +0000
(23:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4645
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/CorrelatedExprs.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/CorrelatedExprs.cpp
b/lib/Transforms/Scalar/CorrelatedExprs.cpp
index 6ba60675fe99fcb806a1861bab86ef5dee916b2f..cb8bd6109c131843a6a207eeec02ef6cce913208 100644
(file)
--- a/
lib/Transforms/Scalar/CorrelatedExprs.cpp
+++ b/
lib/Transforms/Scalar/CorrelatedExprs.cpp
@@
-542,7
+542,7
@@
void CEE::ForwardSuccessorTo(TerminatorInst *TI, unsigned SuccNo,
// Create and insert the PHI node into the top of Dest.
PHINode *NewPN = new PHINode(I->getType(), I->getName()+".fw_merge",
Dest->begin());
- // There is defin
a
tely an edge from OldSucc... add the edge now
+ // There is defin
i
tely an edge from OldSucc... add the edge now
NewPN->addIncoming(I, OldSucc);
// There is also an edge from BB now, add the edge with the calculated