Replace some special-case code which probably was buggy with an assertion
authorDan Gohman <gohman@apple.com>
Mon, 4 Jan 2010 20:36:57 +0000 (20:36 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 4 Jan 2010 20:36:57 +0000 (20:36 +0000)
commitba7a662f5416057a16a40cdeb2dc4db56f207106
tree8661e4da4e89f0fe86f782d78dc6072eaa5b6e26
parent537ab90d8de19b9f9cd758188947bde2edfd0358
Replace some special-case code which probably was buggy with an assertion
verifying that the special case does not occur.

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