Get rid of all uses of LiveVariables::VarInfo::DefInst in favor of the equivalent...
authorOwen Anderson <resistor@mac.com>
Thu, 10 Jan 2008 01:36:43 +0000 (01:36 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 10 Jan 2008 01:36:43 +0000 (01:36 +0000)
commitddd060ffcfd56ef91eb28ce76a2b0576dfe51129
treee6c7254dd25326236d5e4eab91fda87422b45ad3
parentc637d6f4525e417260cf2ce08643dc62283e523f
Get rid of all uses of LiveVariables::VarInfo::DefInst in favor of the equivalent API from
MachineRegisterInfo.  Once all clients are switched over, the former will be going away.

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