OSDN Git Service

Remove spurious debug output.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 4 Apr 2012 18:23:38 +0000 (18:23 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 4 Apr 2012 18:23:38 +0000 (18:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154032 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/TwoAddressInstructionPass.cpp

index 789617b..93c7e96 100644 (file)
@@ -1380,7 +1380,6 @@ TryInstructionTransform(MachineBasicBlock::iterator &mi,
 /// runOnMachineFunction - Reduce two-address instructions to two operands.
 ///
 bool TwoAddressInstructionPass::runOnMachineFunction(MachineFunction &MF) {
-  DEBUG(dbgs() << "Machine Function\n");
   const TargetMachine &TM = MF.getTarget();
   MRI = &MF.getRegInfo();
   TII = TM.getInstrInfo();