llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to call
authorDaniel Dunbar <daniel@zuster.org>
Mon, 10 Aug 2009 21:00:45 +0000 (21:00 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 10 Aug 2009 21:00:45 +0000 (21:00 +0000)
commit5c468e3d7006e854fd41b29d5539a7adcee53904
tree5c95310edd264f503406545b645c53afbd1583d1
parente74f3c0ce6c16908a8690824704f148ecaf7ddb1
llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to call
on target specific operands for testing class membership and converting to
MCInst operands.

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