1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Fix spelling error

llvm-svn: 4645
This commit is contained in:
Chris Lattner 2002-11-08 23:18:37 +00:00
parent 1287614e0f
commit f03f32d2e8

View File

@ -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 definately an edge from OldSucc... add the edge now
// There is definitely 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