mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Slightly more useful tracing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141867 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d38e99e949
commit
ce1823cd1b
@ -146,7 +146,8 @@ bool IVUsers::AddUsersIfInteresting(Instruction *I) {
|
|||||||
ISE, User, I,
|
ISE, User, I,
|
||||||
NewUse.PostIncLoops,
|
NewUse.PostIncLoops,
|
||||||
*SE, *DT);
|
*SE, *DT);
|
||||||
DEBUG(dbgs() << " NORMALIZED TO: " << *ISE << '\n');
|
DEBUG(if (SE->getSCEV(I) != ISE)
|
||||||
|
dbgs() << " NORMALIZED TO: " << *ISE << '\n');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user