llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like "LLVM...
[oota-llvm.git] / include / llvm / Target / TargetData.h
index c06165c62d0da6070bdabdb381235e59bb63d132..60c2c323d7d06bb906831ff950377dc4b7aedfec 100644 (file)
@@ -112,7 +112,7 @@ public:
   /// @note This has to exist, because this is a pass, but it should never be
   /// used.
   TargetData() : ImmutablePass(&ID) {
-    llvm_report_error("ERROR: Bad TargetData ctor used.  "
+    llvm_report_error("Bad TargetData ctor used.  "
                       "Tool did not specify a TargetData to use?");
   }