mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85120 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
48b59ec817
commit
440e251c75
@ -211,7 +211,7 @@ bool LoopRotate::rotateLoop(Loop *Lp, LPPassManager &LPM) {
|
||||
for (I = OrigHeader->begin(); PHINode *PN = dyn_cast<PHINode>(I); ++I)
|
||||
PN->removeIncomingValue(PN->getBasicBlockIndex(OrigPreHeader));
|
||||
|
||||
// Now fix up users of the instructions in OrigHeader, insertting PHI nodes
|
||||
// Now fix up users of the instructions in OrigHeader, inserting PHI nodes
|
||||
// as necessary.
|
||||
SSAUpdater SSA;
|
||||
for (I = OrigHeader->begin(); I != E; ++I) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user