mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-06 04:19:10 +00:00
[AVR] Use 'print' instead of 'dump'
This should fix an undefined reference on the AVR buildbot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294175 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f71e0b1e0f
commit
a6a852fb0e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user