mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Slightly more useful tracing.
llvm-svn: 141867
This commit is contained in:
parent
a705595096
commit
5286636188
@ -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…
x
Reference in New Issue
Block a user