MC/Matcher: Add support for over-riding the default MatchInstruction function
authorDaniel Dunbar <daniel@zuster.org>
Tue, 4 May 2010 00:33:13 +0000 (00:33 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 4 May 2010 00:33:13 +0000 (00:33 +0000)
commit4f83e73a6d4d96a1a83bfd258b3bf937297c2957
treecbe179374fc62ab678f36193ced58acd4daa80ae
parent31e8e1d08566c9b169df003d499a7e22856e5408
MC/Matcher: Add support for over-riding the default MatchInstruction function
name (for example, to allow targets to interpose the actual MatchInstruction
function).

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