diff lib/Target/MSP430/MSP430MCInstLower.cpp @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents afa8332a0e37
children c2174574ed3a
line wrap: on
line diff
--- a/lib/Target/MSP430/MSP430MCInstLower.cpp	Fri Nov 25 19:14:25 2016 +0900
+++ b/lib/Target/MSP430/MSP430MCInstLower.cpp	Fri Oct 27 17:07:41 2017 +0900
@@ -119,7 +119,7 @@
     MCOperand MCOp;
     switch (MO.getType()) {
     default:
-      MI->dump();
+      MI->print(errs());
       llvm_unreachable("unknown operand type");
     case MachineOperand::MO_Register:
       // Ignore all implicit register operands.