factor the snazzy string matcher code that Daniel hates
commitaeb0dda0717ee95053f8e8897aed6f0541048659
authorChris Lattner <sabre@nondot.org>
Mon, 6 Sep 2010 02:01:51 +0000 (6 02:01 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Sep 2010 02:01:51 +0000 (6 02:01 +0000)
tree383c9cdbd5cb4909934dda32da1bae83b7323aa5
parentabbae1a432b75b137870f54d63c7dac644206029
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]