R600/SI: Remove stray debugging code from r226586
authorTom Stellard <thomas.stellard@amd.com>
Tue, 20 Jan 2015 19:24:31 +0000 (19:24 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 20 Jan 2015 19:24:31 +0000 (19:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226591 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/SIPrepareScratchRegs.cpp

index b7934bd9e9194c7442230dc8f4d2c2894965badd..d593fa3b48b88dcac531d5e87b4a513f369dff95 100644 (file)
@@ -29,7 +29,6 @@
 #include "llvm/IR/Function.h"
 #include "llvm/IR/LLVMContext.h"
 
-#include "llvm/Support/Debug.h"
 using namespace llvm;
 
 namespace {
@@ -197,7 +196,6 @@ bool SIPrepareScratchRegs::runOnMachineFunction(MachineFunction &MF) {
           MI.addOperand(MachineOperand::CreateReg(Rsrc2, false, true, true));
           MI.addOperand(MachineOperand::CreateReg(Rsrc3, false, true, true));
 
-          MI.dump();
           break;
       }
     }