mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Avoid report_fatal_error in ARM's PrintAsmOperand method.
The standard error handling in AsmPrinter::EmitInlineAsm handles this much better, so just use it. llvm-svn: 122100
This commit is contained in:
parent
21981d44ce
commit
12f2b81599
@ -286,7 +286,7 @@ bool ARMAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
|
||||
case 'Q':
|
||||
case 'R':
|
||||
case 'H':
|
||||
report_fatal_error("llvm does not support 'Q', 'R', and 'H' modifiers!");
|
||||
// These modifiers are not yet supported.
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user