MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement a
commit51a5a21933e2211c007992044243d6cce9c7facf
authorDaniel Dunbar <daniel@zuster.org>
Thu, 18 Mar 2010 20:06:02 +0000 (18 20:06 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 18 Mar 2010 20:06:02 +0000 (18 20:06 +0000)
treed4b2e11a20eeff2ca995d60d94866f065f2833c6
parent6757d76f6fd813097308604c21dec3c81e2d17dd
MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement a
temporary workaround for matching inc/dec on x86_64 to the correct instruction.
 - This hack will eventually be replaced with a robust mechanism for handling
   matching instructions based on the available target features.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98858 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/X86.td
test/MC/AsmParser/X86/x86_64-incl_decl.s [new file with mode: 0644]