Fixed a bug in ARM disassembly where LDRSBT should have am3offset operand, not
[oota-llvm.git] / lib / Target / TargetLoweringObjectFile.cpp
index 44722b39e311497bc5bc6c8ddf65e9d07399dd0c..b9372d04bb176a35396a6285d8819fcc9a1be1fd 100644 (file)
@@ -310,7 +310,7 @@ getExprForDwarfReference(const MCSymbol *Sym, Mangler *Mang,
 
   switch (Encoding & 0xF0) {
   default:
-    llvm_report_error("We do not support this DWARF encoding yet!");
+    report_fatal_error("We do not support this DWARF encoding yet!");
   case dwarf::DW_EH_PE_absptr:
     // Do nothing special
     return Res;