[llvm-branch-commits] [llvm-branch] r104901 - /llvm/branches/Apple/Morbo/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp

Evan Cheng evan.cheng at apple.com
Thu May 27 16:50:47 PDT 2010


Author: evancheng
Date: Thu May 27 18:50:47 2010
New Revision: 104901

URL: http://llvm.org/viewvc/llvm-project?rev=104901&view=rev
Log:
Merge 104899.

Modified:
    llvm/branches/Apple/Morbo/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp

Modified: llvm/branches/Apple/Morbo/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Morbo/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp?rev=104901&r1=104900&r2=104901&view=diff
==============================================================================
--- llvm/branches/Apple/Morbo/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp (original)
+++ llvm/branches/Apple/Morbo/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp Thu May 27 18:50:47 2010
@@ -1005,7 +1005,7 @@
     case 'Q':
     case 'R':
     case 'H': // Write second word of DI / DF reference.
-      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;
     }
   }





More information about the llvm-branch-commits mailing list