mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 18:31:54 +00:00
Use report_fatal_error, not llvm_unreachable.
llvm-svn: 104899
This commit is contained in:
parent
d788f9b580
commit
e6fe0bc9cc
@ -1066,7 +1066,7 @@ bool ARMAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
|
||||
case 'Q':
|
||||
case 'R':
|
||||
case 'H':
|
||||
llvm_unreachable("llvm does not support 'Q', 'R', and 'H' modifiers!");
|
||||
report_fatal_error("llvm does not support 'Q', 'R', and 'H' modifiers!");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user