mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
R600/SI: Remove some leftover MI dump call
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192743 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b32b0376d4
commit
484091a50a
@ -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)))
|
||||
|
@ -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() &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user