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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214569 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/SIShrinkInstructions.cpp

index 3fd771d57b03af12cbb171544f73d6ad60ad3d19..7d3a6a457bce17bbd7f6980f47e62c3475200378 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;