summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-03 13:33:33 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-03 13:33:33 +0000
commitc28b306423be0e7b29ad1050ed5ecb308f39b487 (patch)
tree230dba12021a326dc3a27605ab7cbe5ad5badf3f /llvm/lib/Target
parent76df43c08bb18c58515d8420066a3a258c7e4805 (diff)
downloadbcm5719-llvm-c28b306423be0e7b29ad1050ed5ecb308f39b487.tar.gz
bcm5719-llvm-c28b306423be0e7b29ad1050ed5ecb308f39b487.zip
llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like "LLVM ERROR: llvm: error:" or "LLVM ERROR: ERROR:".
llvm-svn: 77971
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/ARMCodeEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMCodeEmitter.cpp b/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
index ef7c95fa927..7b497a76904 100644
--- a/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
+++ b/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
@@ -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.
OpenPOWER on IntegriCloud