now that the opcode is trivially exposed, start matching instructions
authorChris Lattner <sabre@nondot.org>
Mon, 6 Sep 2010 21:22:45 +0000 (21:22 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Sep 2010 21:22:45 +0000 (21:22 +0000)
commit2b1f943444d1853204725c7b45b1e1032be39958
tree59b1b935043bcc2d6faeeaa21d67a6a50895fd7a
parent96352e5ceb9a2fee7b6e67384afd77493b5c6e5b
now that the opcode is trivially exposed, start matching instructions
by doing a binary search over the mnemonic instead of doing a linear
search through all possible instructions.  This implements rdar://7785064

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