Allow physregs to occur in the dag with multiple types. Though I don't likethis...
authorChris Lattner <sabre@nondot.org>
Tue, 30 Aug 2005 22:38:38 +0000 (22:38 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Aug 2005 22:38:38 +0000 (22:38 +0000)
commit0fdd7680948a6facf34e0791bd2dfa8b5a2e4942
tree5cf6cd0bd785b7cdbaf46d8e8571b9a209c5b513
parentd6a80778e5a5fab339036b2f462d3039efe28a08
Allow physregs to occur in the dag with multiple types.  Though I don't likethis, it is a requirement on PPC, which can have an f32 value in r3 at onepoint in a function and a f64 value in r3 at another point.  :(

This fixes compilation of mesa

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