Add more plumbing to assign ordering to SDNodes. Have the "getValue" method
authorBill Wendling <isanbard@gmail.com>
Mon, 21 Dec 2009 23:47:40 +0000 (23:47 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 21 Dec 2009 23:47:40 +0000 (23:47 +0000)
commit87710f04e551655c0c98fb7c0bfd9ec58224a804
tree92ed2843d3c138f7b4a116af6b2d6541fa98dea2
parenteddfaaf07e0c538fe4ac74e6677f644594c1ceee
Add more plumbing to assign ordering to SDNodes. Have the "getValue" method
assign the ordering when called. Combine some of the ordering assignments to
keep things simple.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91857 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp