commit | ce1823cd1bc0bdf7c7e829bbe1c695cb4fc13d6a | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Thu Oct 13 17:06:38 2011 +0000 |
committer | Andrew Trick <atrick@apple.com> | Thu Oct 13 17:06:38 2011 +0000 |
tree | ebad75e47b922ce4ea080330a1f612c7d0d3192d | |
parent | d38e99e9490e3d891e1937e64ae837a392681df0 [diff] [blame] |
Slightly more useful tracing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141867 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/IVUsers.cpp b/lib/Analysis/IVUsers.cpp index e5f0a77..d0ca892 100644 --- a/lib/Analysis/IVUsers.cpp +++ b/lib/Analysis/IVUsers.cpp
@@ -146,7 +146,8 @@ 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;