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:
parent
fded0d7539
commit
8431427b16
@ -56,7 +56,7 @@ void AVRMCInstLower::lowerInstruction(const MachineInstr &MI, MCInst &OutMI) con
|
|||||||
|
|
||||||
switch (MO.getType()) {
|
switch (MO.getType()) {
|
||||||
default:
|
default:
|
||||||
MI.dump();
|
MI.print(errs());
|
||||||
llvm_unreachable("unknown operand type");
|
llvm_unreachable("unknown operand type");
|
||||||
case MachineOperand::MO_Register:
|
case MachineOperand::MO_Register:
|
||||||
// Ignore all implicit register operands.
|
// Ignore all implicit register operands.
|
||||||
|
Loading…
Reference in New Issue
Block a user