tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',
authorDaniel Dunbar <daniel@zuster.org>
Thu, 12 Aug 2010 00:55:32 +0000 (00:55 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 12 Aug 2010 00:55:32 +0000 (00:55 +0000)
commit4f98f834593f0a107268d19a557b63f0da33a751
tree45e020101a9e5779de4cb3be1ad3482c8a240ae9
parentfd56f3c91a7bfd9835292b4a95ffbe1adca4a650
tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',
target specific parsers can adapt the TargetAsmParser to this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110888 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/Target.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/X86/X86.td
utils/TableGen/AsmMatcherEmitter.cpp