mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fix a typo in a comment.
llvm-svn: 85120
This commit is contained in:
parent
7f9ddaf7e3
commit
7e7f34ab55
@ -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…
Reference in New Issue
Block a user