mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Fix a comment in a typo that Duncan noticed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86575 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9384438071
commit
eaa181c83a
@ -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…
x
Reference in New Issue
Block a user