commit | f6611855489bb3cee46233780b55005ddd399471 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Jun 21 21:22:11 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Jun 21 21:22:11 2009 +0000 |
tree | 5ff109bb82dfebe414bbd54f6a7cbe1a0e0e0f4c | |
parent | cfd2e3b61d2830c1c79c4cd156f363a99d2b7b03 [diff] [blame] |
rename SourceMgr::PrintError to PrintMessage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73861 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvm-mc/AsmParser.h b/tools/llvm-mc/AsmParser.h index 5e1f6c6..66e1a9b 100644 --- a/tools/llvm-mc/AsmParser.h +++ b/tools/llvm-mc/AsmParser.h
@@ -30,6 +30,8 @@ private: bool ParseStatement(); + bool Error(SMLoc L, const char *Msg); + bool TokError(const char *Msg); }; } // end namespace llvm