llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like "LLVM...
[oota-llvm.git] / lib / Target / ARM / ARMCodeEmitter.cpp
index ef7c95fa927accada08dd15c7e39193032135c8a..7b497a76904f7edd3d4c82510ef0fe9bdbba3482 100644 (file)
@@ -749,7 +749,7 @@ void Emitter<CodeEmitter>::emitDataProcessingInstruction(
   const TargetInstrDesc &TID = MI.getDesc();
 
   if (TID.Opcode == ARM::BFC) {
-    llvm_report_error("ERROR: ARMv6t2 JIT is not yet supported.");
+    llvm_report_error("ARMv6t2 JIT is not yet supported.");
   }
 
   // Part of binary is determined by TableGn.