summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-05-27 23:45:31 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-05-27 23:45:31 +0000
commitc2ebe0334acec4e29a1c9bb04462b468f362b86f (patch)
tree9e2bcbe2efc96f5bf8160e1f045cdc2233f3800c /llvm/lib
parent42f9ba3790459fd0a80440cc93cf9f4407419c7a (diff)
downloadbcm5719-llvm-c2ebe0334acec4e29a1c9bb04462b468f362b86f.tar.gz
bcm5719-llvm-c2ebe0334acec4e29a1c9bb04462b468f362b86f.zip
Use report_fatal_error, not llvm_unreachable.
llvm-svn: 104899
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp b/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
index fc73938002d..a5a28692f11 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
+++ b/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
@@ -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;
}
}
OpenPOWER on IntegriCloud