summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TableGen
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-04-18 18:09:53 +0000
committerJim Grosbach <grosbach@apple.com>2012-04-18 18:09:53 +0000
commitf30541e9203577e67c9163955069eb46efcf3b2d (patch)
treef0d064e9745441c46552b1b2237b64a5e91651ff /llvm/lib/TableGen
parent7670374c06ab56ed59a8a6e580824ba77dc88ea4 (diff)
downloadbcm5719-llvm-f30541e9203577e67c9163955069eb46efcf3b2d.tar.gz
bcm5719-llvm-f30541e9203577e67c9163955069eb46efcf3b2d.zip
Fix copy/paste-o.
llvm-svn: 155016
Diffstat (limited to 'llvm/lib/TableGen')
-rw-r--r--llvm/lib/TableGen/Error.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/TableGen/Error.cpp b/llvm/lib/TableGen/Error.cpp
index 369e3c1623e..1463b68144a 100644
--- a/llvm/lib/TableGen/Error.cpp
+++ b/llvm/lib/TableGen/Error.cpp
@@ -29,7 +29,7 @@ void PrintWarning(const char *Loc, const Twine &Msg) {
}
void PrintWarning(const Twine &Msg) {
- errs() << "error:" << Msg << "\n";
+ errs() << "warning:" << Msg << "\n";
}
void PrintWarning(const TGError &Warning) {
OpenPOWER on IntegriCloud