projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7be4397
)
Fix copy/paste-o.
author
Jim Grosbach
<grosbach@apple.com>
Wed, 18 Apr 2012 18:09:53 +0000
(18:09 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Wed, 18 Apr 2012 18:09:53 +0000
(18:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155016
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/TableGen/Error.cpp
patch
|
blob
|
history
diff --git
a/lib/TableGen/Error.cpp
b/lib/TableGen/Error.cpp
index 369e3c1623e39053b158e56e370232f224277030..1463b68144a859c822fbe3babe34a17ca7e99c9f 100644
(file)
--- a/
lib/TableGen/Error.cpp
+++ b/
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) {