Add some very paranoid checking for operand/result reg class matchup
authorChris Lattner <sabre@nondot.org>
Sat, 1 Oct 2005 07:45:09 +0000 (07:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 1 Oct 2005 07:45:09 +0000 (07:45 +0000)
commit505277a7f554fcfe73e97cbdca304da5716cefa7
tree54b2866f935f4471d12035e441cde5178962924d
parent2aeaf4e839438d51766996006fc22310d05ab2a7
Add some very paranoid checking for operand/result reg class matchup
For instructions that define multiple results, use the right regclass
to define the result, not always the rc of result #0

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