[ms-inline asm] Remove the identifier parsing logic from the AsmParser. This is

now taken care of by the frontend, which allows us to parse arbitrary C/C++
variables.
Part of rdar://13663589

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180037 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chad Rosier
2013-04-22 19:42:15 +00:00
parent 0b675d8830
commit 6804971dcf
2 changed files with 56 additions and 60 deletions

View File

@@ -53,6 +53,8 @@ public:
unsigned &Offset) = 0;
};
typedef MCAsmParserSemaCallback::InlineAsmIdentifierInfo
InlineAsmIdentifierInfo;
/// MCAsmParser - Generic assembler parser interface, for use by target specific
/// assembly parsers.