R600/SI: Remove some leftover MI dump call
authorVincent Lejeune <vljn@ovi.com>
Tue, 15 Oct 2013 22:48:51 +0000 (22:48 +0000)
committerVincent Lejeune <vljn@ovi.com>
Tue, 15 Oct 2013 22:48:51 +0000 (22:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192743 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/SIISelLowering.cpp
lib/Target/R600/SIInstrInfo.cpp

index 098ca7f06c12996cc7597a06ba7bbc5dcff6e1bf..2c9270e00f125c5bf8871f61135d16d7b1c46184 100644 (file)
@@ -684,7 +684,6 @@ SDValue SITargetLowering::PerformDAGCombine(SDNode *N,
   switch (N->getOpcode()) {
     default: break;
     case ISD::SELECT_CC: {
-      N->dump();
       ConstantSDNode *True, *False;
       // i1 selectcc(l, r, -1, 0, cc) -> i1 setcc(l, r, cc)
       if ((True = dyn_cast<ConstantSDNode>(N->getOperand(2)))
index f838701b35365660060e1a717fb85322b4358a1c..75cff7ebce044444855bf6711fff9eb03d17132f 100644 (file)
@@ -281,7 +281,6 @@ bool SIInstrInfo::verifyInstruction(const MachineInstr *MI,
   if (isVOP1(Opcode) || isVOP2(Opcode) || isVOP3(Opcode) || isVOPC(Opcode)) {
     unsigned ConstantBusCount = 0;
     unsigned SGPRUsed = AMDGPU::NoRegister;
-    MI->dump();
     for (int i = 0, e = MI->getNumOperands(); i != e; ++i) {
       const MachineOperand &MO = MI->getOperand(i);
       if (MO.isReg() && MO.isUse() &&