mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Simplify debug output.
llvm-svn: 148723
This commit is contained in:
parent
3c6289f43a
commit
7c2c3ef5cd
@ -582,16 +582,8 @@ void MachineLICM::HoistPostRA(MachineInstr *MI, unsigned Def) {
|
|||||||
|
|
||||||
// Now move the instructions to the predecessor, inserting it before any
|
// Now move the instructions to the predecessor, inserting it before any
|
||||||
// terminator instructions.
|
// terminator instructions.
|
||||||
DEBUG({
|
DEBUG(dbgs() << "Hoisting to BB#" << Preheader->getNumber() << " from BB#"
|
||||||
dbgs() << "Hoisting " << *MI;
|
<< MI->getParent()->getNumber() << ": " << *MI);
|
||||||
if (Preheader->getBasicBlock())
|
|
||||||
dbgs() << " to MachineBasicBlock "
|
|
||||||
<< Preheader->getName();
|
|
||||||
if (MI->getParent()->getBasicBlock())
|
|
||||||
dbgs() << " from MachineBasicBlock "
|
|
||||||
<< MI->getParent()->getName();
|
|
||||||
dbgs() << "\n";
|
|
||||||
});
|
|
||||||
|
|
||||||
// Splice the instruction to the preheader.
|
// Splice the instruction to the preheader.
|
||||||
MachineBasicBlock *MBB = MI->getParent();
|
MachineBasicBlock *MBB = MI->getParent();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user