summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430RegisterInfo.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-05-03 13:11:20 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-05-03 13:11:20 +0000
commitce45d30fa1922d19745f7307cf1bb712c5814b9a (patch)
treec7404a12a9bb1a52903ad23ed44292d4e52bf3e5 /lib/Target/MSP430/MSP430RegisterInfo.h
parentd5047cb9f7f207798e1729911daa6d3752b668e3 (diff)
downloadllvm-ce45d30fa1922d19745f7307cf1bb712c5814b9a.tar.gz
llvm-ce45d30fa1922d19745f7307cf1bb712c5814b9a.tar.bz2
llvm-ce45d30fa1922d19745f7307cf1bb712c5814b9a.tar.xz
Add prologue/epilogue emission. Fix frame pointer handling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70740 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/MSP430RegisterInfo.h')
-rw-r--r--lib/Target/MSP430/MSP430RegisterInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/MSP430/MSP430RegisterInfo.h b/lib/Target/MSP430/MSP430RegisterInfo.h
index 6038af3d08..a210e36e00 100644
--- a/lib/Target/MSP430/MSP430RegisterInfo.h
+++ b/lib/Target/MSP430/MSP430RegisterInfo.h
@@ -55,6 +55,8 @@ public:
void emitPrologue(MachineFunction &MF) const;
void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
+ void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
+
// Debug information queries.
unsigned getRARegister() const;
unsigned getFrameRegister(MachineFunction &MF) const;