mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 00:24:26 +00:00
Fix spelling error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4645 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -542,7 +542,7 @@ void CEE::ForwardSuccessorTo(TerminatorInst *TI, unsigned SuccNo,
|
|||||||
// Create and insert the PHI node into the top of Dest.
|
// Create and insert the PHI node into the top of Dest.
|
||||||
PHINode *NewPN = new PHINode(I->getType(), I->getName()+".fw_merge",
|
PHINode *NewPN = new PHINode(I->getType(), I->getName()+".fw_merge",
|
||||||
Dest->begin());
|
Dest->begin());
|
||||||
// There is definately an edge from OldSucc... add the edge now
|
// There is definitely an edge from OldSucc... add the edge now
|
||||||
NewPN->addIncoming(I, OldSucc);
|
NewPN->addIncoming(I, OldSucc);
|
||||||
|
|
||||||
// There is also an edge from BB now, add the edge with the calculated
|
// There is also an edge from BB now, add the edge with the calculated
|
||||||
|
Reference in New Issue
Block a user