factor the snazzy string matcher code that Daniel hates
authorChris Lattner <sabre@nondot.org>
Mon, 6 Sep 2010 02:01:51 +0000 (02:01 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Sep 2010 02:01:51 +0000 (02:01 +0000)
commit5845e5c62b42d025557765006515156691a6a8b1
tree383c9cdbd5cb4909934dda32da1bae83b7323aa5
parent2738ff9c22d27ce3e4aee6f250eb68f594db1ce9
factor the snazzy string matcher code that Daniel hates
out of AsmMatcherEmitter.cpp into its own class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113137 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/StringMatcher.cpp [new file with mode: 0644]
utils/TableGen/StringMatcher.h [new file with mode: 0644]