diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/lib/CodeGen/RegAlloc/PhyRegAlloc.h index 998fa116c59..306947df811 100644 --- a/lib/CodeGen/RegAlloc/PhyRegAlloc.h +++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.h @@ -87,6 +87,9 @@ class PhyRegAlloc void setCallInterferences(const MachineInstr *MInst, const LiveVarSet *const LVSetAft ); + void move2DelayedInstr(const MachineInstr *OrigMI, + const MachineInstr *DelayedMI ); + void markUnusableSugColors(); inline void constructLiveRanges() diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h index 998fa116c59..306947df811 100644 --- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h +++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h @@ -87,6 +87,9 @@ class PhyRegAlloc void setCallInterferences(const MachineInstr *MInst, const LiveVarSet *const LVSetAft ); + void move2DelayedInstr(const MachineInstr *OrigMI, + const MachineInstr *DelayedMI ); + void markUnusableSugColors(); inline void constructLiveRanges()