don't allow 'imm' or specific imms, like '1' on the LHS of a binop.
authorChris Lattner <sabre@nondot.org>
Thu, 21 Sep 2006 20:46:13 +0000 (20:46 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 21 Sep 2006 20:46:13 +0000 (20:46 +0000)
commitce6e84ca6caeb5d2fc903a897d7225f098f1f750
treeafb82fab7c8caed9f3d7e59e53347314a7b23437
parent2adffa1f6648c2bb1d96f22a4bf97964b7e4128f
don't allow 'imm' or specific imms, like '1' on the LHS of a binop.
This shrinks X86GenDAGISel by ~330 lines.

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