From f7434f0e1d1b7f711d13749efeea18a5f364eeb5 Mon Sep 17 00:00:00 2001 From: Ruchira Sasanka Date: Tue, 23 Oct 2001 21:38:42 +0000 Subject: [PATCH] added support to move "added instructions" after the delay slot git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@968 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAlloc/PhyRegAlloc.h | 3 +++ lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h | 3 +++ 2 files changed, 6 insertions(+) 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() -- 2.34.1