This fixes non-debug non-assert builds after r293359.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293368
91177308-0d34-0410-b5e6-
96231b3b80d8
MCOperand MCOp;
switch (MO.getType()) {
default:
- MI->dump();
+ MI->print(errs());
llvm_unreachable("unknown operand type");
case MachineOperand::MO_MachineBasicBlock:
- MI->dump();
+ MI->print(errs());
llvm_unreachable("MachineBasicBlock operand should have been rewritten");
case MachineOperand::MO_Register: {
// Ignore all implicit register operands.