MC/AsmParser: Inline AsmParser::CreateSymbol into callers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108183 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar
2010-07-12 19:52:10 +00:00
parent b6c3a607ac
commit 4c7c08bfbf
2 changed files with 7 additions and 14 deletions

View File

@@ -98,10 +98,8 @@ public:
/// }
private:
MCSymbol *CreateSymbol(StringRef Name);
bool ParseStatement();
void PrintMessage(SMLoc Loc, const std::string &Msg, const char *Type) const;
/// EnterIncludeFile - Enter the specified file. This returns true on failure.