llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 505277a7f5 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
2005-10-01 07:45:09 +00:00
..
DAGCombiner.cpp
LegalizeDAG.cpp Fix two bugs in my patch earlier today that broke int->fp conversion on X86. 2005-09-29 06:44:39 +00:00
Makefile
ScheduleDAG.cpp Add some very paranoid checking for operand/result reg class matchup 2005-10-01 07:45:09 +00:00
SelectionDAG.cpp
SelectionDAGISel.cpp Fix VC++ warnings. 2005-10-01 03:57:14 +00:00
SelectionDAGPrinter.cpp add a method 2005-10-01 00:17:07 +00:00
TargetLowering.cpp