1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

R600/SI: Remove leftover debugging code

llvm-svn: 214569
This commit is contained in:
Tom Stellard 2014-08-01 21:51:05 +00:00
parent 150fd6c318
commit db07c33258

View 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;