From: Jakob Stoklund Olesen Date: Wed, 23 Mar 2011 04:32:49 +0000 (+0000) Subject: Dump the register map before rewriting. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bf824efcb92aa54d4a7ecc4afff9282c860a3f38;p=oota-llvm.git Dump the register map before rewriting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128143 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/VirtRegMap.cpp b/lib/CodeGen/VirtRegMap.cpp index 734b87e62f6..61d6ac88ed8 100644 --- a/lib/CodeGen/VirtRegMap.cpp +++ b/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 SuperKills; for (MachineFunction::iterator MBBI = MF->begin(), MBBE = MF->end();