mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Fix copy/paste-o.
llvm-svn: 155016
This commit is contained in:
parent
78b59b30e7
commit
4a25fa4ea9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user