Remove extra \n from LLVM_UNREACHABLE calls.
[oota-llvm.git] / lib / Target / ARM / ARMJITInfo.cpp
index c9e04c9506f87fdacdcfcaaaa276f3af4e7727a6..a030a8c4222372d421f38a08b2f6be52455987ff 100644 (file)
@@ -104,7 +104,7 @@ extern "C" {
       );
 #else  // Not an ARM host
   void ARMCompilationCallback() {
-    LLVM_UNREACHABLE("Cannot call ARMCompilationCallback() on a non-ARM arch!\n");
+    LLVM_UNREACHABLE("Cannot call ARMCompilationCallback() on a non-ARM arch!");
   }
 #endif
 }