mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-15 07:59:50 +00:00
Use report_fatal_error, not llvm_unreachable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104899 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a65850230a
commit
12616727c7
@ -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…
Reference in New Issue
Block a user