From f7183edb590b6d644856c29d1e90a2bb724aba08 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Mon, 15 Nov 2010 00:06:54 +0000 Subject: First step of huge frame-related refactoring: move emit{Prologue,Epilogue} out of TargetRegisterInfo to TargetFrameInfo, which is definitely much better suitable place llvm-svn: 119097 --- llvm/lib/Target/MSP430/MSP430RegisterInfo.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/lib/Target/MSP430/MSP430RegisterInfo.h') diff --git a/llvm/lib/Target/MSP430/MSP430RegisterInfo.h b/llvm/lib/Target/MSP430/MSP430RegisterInfo.h index 4d2795bb402..d0cf2f8570f 100644 --- a/llvm/lib/Target/MSP430/MSP430RegisterInfo.h +++ b/llvm/lib/Target/MSP430/MSP430RegisterInfo.h @@ -49,9 +49,6 @@ public: void eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, RegScavenger *RS = NULL) const; - void emitPrologue(MachineFunction &MF) const; - void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const; - void processFunctionBeforeFrameFinalized(MachineFunction &MF) const; // Debug information queries. -- cgit v1.2.3