summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-03-23 04:32:49 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-03-23 04:32:49 +0000
commit710656d7b380bba6b4ad8616ca5f6bf1b61a100a (patch)
tree06fe2c6b483dd324054dc954eaaccf376ddee47b /llvm/lib
parentce6c42f65f80189ba315273d33da9c16a2ef5bfb (diff)
downloadbcm5719-llvm-710656d7b380bba6b4ad8616ca5f6bf1b61a100a.tar.gz
bcm5719-llvm-710656d7b380bba6b4ad8616ca5f6bf1b61a100a.zip
Dump the register map before rewriting.
llvm-svn: 128143
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/VirtRegMap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/VirtRegMap.cpp b/llvm/lib/CodeGen/VirtRegMap.cpp
index 734b87e62f6..61d6ac88ed8 100644
--- a/llvm/lib/CodeGen/VirtRegMap.cpp
+++ b/llvm/lib/CodeGen/VirtRegMap.cpp
@@ -259,7 +259,7 @@ void VirtRegMap::rewrite(SlotIndexes *Indexes) {
DEBUG(dbgs() << "********** REWRITE VIRTUAL REGISTERS **********\n"
<< "********** Function: "
<< MF->getFunction()->getName() << '\n');
-
+ DEBUG(dump());
SmallVector<unsigned, 8> SuperKills;
for (MachineFunction::iterator MBBI = MF->begin(), MBBE = MF->end();
OpenPOWER on IntegriCloud