Skip to content

Commit 3a70d07

Browse files
committed
R600/SI: Remove stray debugging code from r226586
llvm-svn: 226591
1 parent 10e0056 commit 3a70d07

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/R600/SIPrepareScratchRegs.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include "llvm/IR/Function.h"
3030
#include "llvm/IR/LLVMContext.h"
3131

32-
#include "llvm/Support/Debug.h"
3332
using namespace llvm;
3433

3534
namespace {
@@ -197,7 +196,6 @@ bool SIPrepareScratchRegs::runOnMachineFunction(MachineFunction &MF) {
197196
MI.addOperand(MachineOperand::CreateReg(Rsrc2, false, true, true));
198197
MI.addOperand(MachineOperand::CreateReg(Rsrc3, false, true, true));
199198

200-
MI.dump();
201199
break;
202200
}
203201
}

0 commit comments

Comments
 (0)