mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-28 23:43:50 +00:00
R600/SI: Remove leftover debugging code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214569 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7f288b455e
commit
7e595450fb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user