Move the code that handles DAGISel error conditions into
authorDan Gohman <gohman@apple.com>
Sat, 27 Sep 2008 23:53:14 +0000 (23:53 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 27 Sep 2008 23:53:14 +0000 (23:53 +0000)
commit31bd42bc63ea4fc5f2898905d6da46d165872b05
tree5ac8cec3c87cb32f8c6009b749d42b87787cc71c
parent7a3ec1e148c4985775588949d03d9d4d108dec6d
Move the code that handles DAGISel error conditions into
helper functions instead of duplicating it inline each time
it is needed. This eliminates a few hundred or so copies
of this code in each target.

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