1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[AVR] Use 'print' instead of 'dump'

This should fix an undefined reference on the AVR buildbot.

llvm-svn: 294175
This commit is contained in:
Dylan McKay 2017-02-06 08:43:30 +00:00
parent fded0d7539
commit 8431427b16

View File

@ -56,7 +56,7 @@ void AVRMCInstLower::lowerInstruction(const MachineInstr &MI, MCInst &OutMI) con
switch (MO.getType()) {
default:
MI.dump();
MI.print(errs());
llvm_unreachable("unknown operand type");
case MachineOperand::MO_Register:
// Ignore all implicit register operands.