[llvm] r214569 - R600/SI: Remove leftover debugging code
Tom Stellard
thomas.stellard at amd.com
Fri Aug 1 14:51:05 PDT 2014
Author: tstellar
Date: Fri Aug 1 16:51:05 2014
New Revision: 214569
URL: http://llvm.org/viewvc/llvm-project?rev=214569&view=rev
Log:
R600/SI: Remove leftover debugging code
Modified:
llvm/trunk/lib/Target/R600/SIShrinkInstructions.cpp
Modified: llvm/trunk/lib/Target/R600/SIShrinkInstructions.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/SIShrinkInstructions.cpp?rev=214569&r1=214568&r2=214569&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/SIShrinkInstructions.cpp (original)
+++ llvm/trunk/lib/Target/R600/SIShrinkInstructions.cpp Fri Aug 1 16:51:05 2014
@@ -160,8 +160,6 @@ static void foldImmediates(MachineInstr
}
}
if (ConstantFolded) {
- for (MachineOperand &Use : MRI.use_operands(Reg))
- Use.getParent()->dump();
if (MRI.use_empty(Reg))
Def->eraseFromParent();
++NumLiteralConstantsFolded;
More information about the llvm-commits
mailing list