Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum value...
authorChris Lattner <sabre@nondot.org>
Tue, 28 Mar 2006 00:41:33 +0000 (00:41 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Mar 2006 00:41:33 +0000 (00:41 +0000)
commitb026e70462d3e59f4a7b8029669d804d3e0387ed
treed4f6e795ca6535ceb083f91491b1739d8fd2294e
parent48b61a729df6576c8833a83893d4086bddff69a5
Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum value.  Split them into separate enums.

Also, don't emit dynamic checks when we can compute them statically

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