Change a whole bunch of code to be built around RegsForValue instead of
authorChris Lattner <sabre@nondot.org>
Wed, 22 Feb 2006 22:37:12 +0000 (22:37 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 Feb 2006 22:37:12 +0000 (22:37 +0000)
commit864635ad7b3046d3042311423071152c613961de
treea46aff9612ccee396fc847e175f4a1ebec502142
parent4c1aa866578f7a358407a22fe55b454f52a24325
Change a whole bunch of code to be built around RegsForValue instead of
a single register number.  This fully implements promotion for inline asms,
expand is close but not quite right yet.

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