From: Tom Stellard Date: Fri, 1 Aug 2014 21:51:05 +0000 (+0000) Subject: R600/SI: Remove leftover debugging code X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e595450fb57b093615972e3613861444692bffe;p=llvm R600/SI: Remove leftover debugging code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214569 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/SIShrinkInstructions.cpp b/lib/Target/R600/SIShrinkInstructions.cpp index 3fd771d57b0..7d3a6a457bc 100644 --- a/lib/Target/R600/SIShrinkInstructions.cpp +++ b/lib/Target/R600/SIShrinkInstructions.cpp @@ -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;