llvm-6502/include
Eli Bendersky 9bac6b29b8 Move ParseMacroArgument to the MCAsmParser interfance.
Since it's used by extensions. One further step to fully decoupling
GenericAsmParser from an intimate knowledge of the internals of AsmParser,
pointing it to the MCASmParser interface instead (like all other parser
extensions do).

Since this change moves the MacroArgument type to the interface header, it's
renamed to be a bit more descriptive in a general context.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172449 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-14 19:00:26 +00:00
..
llvm Move ParseMacroArgument to the MCAsmParser interfance. 2013-01-14 19:00:26 +00:00
llvm-c Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00