emit the match table at global scope instead of within the
authorChris Lattner <sabre@nondot.org>
Mon, 6 Sep 2010 21:08:38 +0000 (21:08 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Sep 2010 21:08:38 +0000 (21:08 +0000)
commit96352e5ceb9a2fee7b6e67384afd77493b5c6e5b
tree1dcc5d6266a2d747b7239e912f5d5c2dbc8225b0
parente206fcf0e9c7e79c7f42ff2151f3fb58cba70674
emit the match table at global scope instead of within the
MatchInstructionImpl. This makes it easier to read/understand
MatchInstructionImpl.

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