summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Spiller.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-03-31 08:41:31 +0000
committerBill Wendling <isanbard@gmail.com>2009-03-31 08:41:31 +0000
commitb8017e02ca61ff9038933210686e653d1886bb54 (patch)
treed2e604272cba6ff226f5d006abb4bedb79b31c5c /llvm/lib/CodeGen/Spiller.h
parentd8a47c42cd016999d154b0a9a8bbc167ec25355d (diff)
downloadbcm5719-llvm-b8017e02ca61ff9038933210686e653d1886bb54.tar.gz
bcm5719-llvm-b8017e02ca61ff9038933210686e653d1886bb54.zip
Oy! When reverting r68073, I added in experimental code. Sorry...
llvm-svn: 68099
Diffstat (limited to 'llvm/lib/CodeGen/Spiller.h')
-rw-r--r--llvm/lib/CodeGen/Spiller.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/CodeGen/Spiller.h b/llvm/lib/CodeGen/Spiller.h
index 0ac6fa0db6c..5a42a8279db 100644
--- a/llvm/lib/CodeGen/Spiller.h
+++ b/llvm/lib/CodeGen/Spiller.h
@@ -285,7 +285,6 @@ namespace llvm {
const TargetRegisterInfo *TRI;
const TargetInstrInfo *TII;
DenseMap<MachineInstr*, unsigned> DistanceMap;
- std::vector<MachineInstr*> AddedSpills;
public:
bool runOnMachineFunction(MachineFunction &MF, VirtRegMap &VRM);
private:
@@ -306,14 +305,6 @@ namespace llvm {
std::vector<MachineOperand*> &KillOps,
const TargetRegisterInfo *TRI,
VirtRegMap &VRM);
- void RemoveDeadStore(MachineInstr *Store,
- MachineBasicBlock &MBB,
- MachineBasicBlock::iterator &MII,
- SmallSet<MachineInstr*, 4> &ReMatDefs,
- BitVector &RegKills,
- std::vector<MachineOperand*> &KillOps,
- VirtRegMap &VRM);
-
void SpillRegToStackSlot(MachineBasicBlock &MBB,
MachineBasicBlock::iterator &MII,
int Idx, unsigned PhysReg, int StackSlot,
OpenPOWER on IntegriCloud