diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-06-21 21:22:11 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-06-21 21:22:11 +0000 |
| commit | 2adc9e739c95db68ef625daa6fe7a4ce90d00106 (patch) | |
| tree | cbb545c0eb8b838d6e10aa68172eeda08bdaf461 /llvm/tools/llvm-mc/AsmParser.h | |
| parent | 36e0212c163c931f11970192788f8b24d2489daa (diff) | |
| download | bcm5719-llvm-2adc9e739c95db68ef625daa6fe7a4ce90d00106.tar.gz bcm5719-llvm-2adc9e739c95db68ef625daa6fe7a4ce90d00106.zip | |
rename SourceMgr::PrintError to PrintMessage.
llvm-svn: 73861
Diffstat (limited to 'llvm/tools/llvm-mc/AsmParser.h')
| -rw-r--r-- | llvm/tools/llvm-mc/AsmParser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/llvm-mc/AsmParser.h b/llvm/tools/llvm-mc/AsmParser.h index 5e1f6c65627..66e1a9b42f5 100644 --- a/llvm/tools/llvm-mc/AsmParser.h +++ b/llvm/tools/llvm-mc/AsmParser.h @@ -30,6 +30,8 @@ public: private: bool ParseStatement(); + bool Error(SMLoc L, const char *Msg); + bool TokError(const char *Msg); }; } // end namespace llvm |

