From 7e595450fb57b093615972e3613861444692bffe Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 1 Aug 2014 21:51:05 +0000 Subject: [PATCH] R600/SI: Remove leftover debugging code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214569 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/R600/SIShrinkInstructions.cpp | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.34.1