llvm-6502/lib/Target/X86/AsmParser
Kevin Enderby 9c656450d6 Added the ParseInstruction() hook for target specific assembler directives so
that things like .word can be parsed as target specific.  Moved parsing .word
out of AsmParser.cpp into X86AsmParser.cpp as it is 2 bytes on X86 and 4 bytes
for other targets that support the .word directive.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81461 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-10 20:51:44 +00:00
..
CMakeLists.txt
Makefile
X86AsmParser.cpp Added the ParseInstruction() hook for target specific assembler directives so 2009-09-10 20:51:44 +00:00