mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fix a comment in a typo that Duncan noticed.
llvm-svn: 86575
This commit is contained in:
parent
e2afe7c1c7
commit
7010cad26a
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user