R600/SI: Remove leftover debugging code
authorTom Stellard <thomas.stellard@amd.com>
Fri, 1 Aug 2014 21:51:05 +0000 (21:51 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 1 Aug 2014 21:51:05 +0000 (21:51 +0000)
llvm-svn: 214569

llvm/lib/Target/R600/SIShrinkInstructions.cpp

index 3fd771d..7d3a6a4 100644 (file)
@@ -160,8 +160,6 @@ static void foldImmediates(MachineInstr &MI, const SIInstrInfo *TII,
         }
       }
       if (ConstantFolded) {
-        for (MachineOperand &Use : MRI.use_operands(Reg))
-          Use.getParent()->dump();
         if (MRI.use_empty(Reg))
           Def->eraseFromParent();
         ++NumLiteralConstantsFolded;