Avoid report_fatal_error in ARM's PrintAsmOperand method.
authorBob Wilson <bob.wilson@apple.com>
Fri, 17 Dec 2010 23:06:42 +0000 (23:06 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 17 Dec 2010 23:06:42 +0000 (23:06 +0000)
commit9bb43e167576d464637c480eccc5696e01e1887c
treeb6716fa49cb836099d258715e39ba834fe3e9930
parent26156456dd30e93456c2e3c154c48678dfea639b
Avoid report_fatal_error in ARM's PrintAsmOperand method.
The standard error handling in AsmPrinter::EmitInlineAsm handles this much
better, so just use it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122100 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp