llvm-6502/lib/Target/SparcV9/InstrSelection
Brian Gaeke 2ffbb6d20a Insert machine instructions generated for Phi nodes into their
corresponding MachineCodeForInstruction vectors.

I need to be able to get the register allocated for the thing which is
called PhiCpRes in this code; this should make that task easier, plus,
Phi nodes are no longer "special" in the sense that their
MachineCodeForInstruction is empty.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13904 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-30 03:33:49 +00:00
..
InstrForest.cpp Remove unused #include. 2004-05-29 23:26:13 +00:00
InstrSelection.cpp Insert machine instructions generated for Phi nodes into their 2004-05-30 03:33:49 +00:00
InstrSelectionSupport.cpp Include SparcV9RegInfo.h instead of TargetRegInfo.h. 2004-04-23 18:15:47 +00:00
Makefile Great renaming: Sparc --> SparcV9 2004-02-25 18:44:15 +00:00