Insert machine instructions generated for Phi nodes into their
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 30 May 2004 03:33:49 +0000 (03:33 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 30 May 2004 03:33:49 +0000 (03:33 +0000)
commit2ffbb6d20a865d55be4856a42afb699505c9922a
tree80a2adda07d09ec69cf27d2e8b224ef424049e5c
parentcdd69e6719bed79fb2756725814c49b85efa37e6
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
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp