forked from OSchip/llvm-project
parent
b96ff33b0e
commit
adfe72b33c
|
@ -146,7 +146,8 @@ bool IVUsers::AddUsersIfInteresting(Instruction *I) {
|
|||
ISE, User, I,
|
||||
NewUse.PostIncLoops,
|
||||
*SE, *DT);
|
||||
DEBUG(dbgs() << " NORMALIZED TO: " << *ISE << '\n');
|
||||
DEBUG(if (SE->getSCEV(I) != ISE)
|
||||
dbgs() << " NORMALIZED TO: " << *ISE << '\n');
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue