Skip to content

Commit 7e59545

Browse files
committed
R600/SI: Remove leftover debugging code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214569 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 7f288b4 commit 7e59545

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Target/R600/SIShrinkInstructions.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ static void foldImmediates(MachineInstr &MI, const SIInstrInfo *TII,
160160
}
161161
}
162162
if (ConstantFolded) {
163-
for (MachineOperand &Use : MRI.use_operands(Reg))
164-
Use.getParent()->dump();
165163
if (MRI.use_empty(Reg))
166164
Def->eraseFromParent();
167165
++NumLiteralConstantsFolded;

0 commit comments

Comments
 (0)