summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2007-02-23 20:34:16 +0000
committerJim Laskey <jlaskey@mac.com>2007-02-23 20:34:16 +0000
commit2f28a3cf08df472a349ff5ea4860736e17eb7cea (patch)
tree6418e66b6a2185b77da801254eebe049b675fff9 /llvm/lib/Target/PowerPC/PPCRegisterInfo.h
parent3e906c48d3e5e7204087331b4a750231e6efd06c (diff)
downloadbcm5719-llvm-2f28a3cf08df472a349ff5ea4860736e17eb7cea.tar.gz
bcm5719-llvm-2f28a3cf08df472a349ff5ea4860736e17eb7cea.zip
Don't spill LR as a callee saved register.
llvm-svn: 34533
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCRegisterInfo.h')
-rw-r--r--llvm/lib/Target/PowerPC/PPCRegisterInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
index eedb62770e8..5ca2d7d2a29 100644
--- a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
+++ b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
@@ -82,6 +82,7 @@ public:
/// frame size.
void determineFrameLayout(MachineFunction &MF) const;
+ void processFunctionBeforeCalleeSavedScan(MachineFunction &MF) const;
void emitPrologue(MachineFunction &MF) const;
void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
OpenPOWER on IntegriCloud