summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-01-21 22:46:32 +0000
committerDan Gohman <gohman@apple.com>2010-01-21 22:46:32 +0000
commitcb8d577eb24a597ddf5b7dba2c991d469bd72c51 (patch)
treebf183ccd103ca8030f95f2f3a32382b29bfc54a2 /llvm/lib
parent29916e023da132673b00045bc2f273d126f43d09 (diff)
downloadbcm5719-llvm-cb8d577eb24a597ddf5b7dba2c991d469bd72c51.tar.gz
bcm5719-llvm-cb8d577eb24a597ddf5b7dba2c991d469bd72c51.zip
Include IVUsers information in LSR's debug output.
llvm-svn: 94108
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
index a5b4fa4bcb7..3341cb386d6 100644
--- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
+++ b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@ -2595,7 +2595,7 @@ LSRInstance::LSRInstance(const TargetLowering *tli, Loop *l, Pass *P)
// Ok, we've now collected all the uses and noted their register uses. The
// next step is to start looking at register reuse possibilities.
- DEBUG(print(dbgs()); dbgs() << '\n');
+ DEBUG(print(dbgs()); dbgs() << '\n'; IU.dump());
// Create a sorted list of registers with those with the most uses appearing
// earlier in the list. We'll visit them first, as they're the most likely
OpenPOWER on IntegriCloud