diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-03-06 10:05:14 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-03-06 10:05:14 +0000 |
commit | 8b8cac289bd4356f2f364e2a41f183e3c1727cf6 (patch) | |
tree | 62e804525527431669295184900cdb72a3758155 /llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp | |
parent | 4783ae8ac1a7e2c004397d386cc214be91b73fbe (diff) | |
download | bcm5719-llvm-8b8cac289bd4356f2f364e2a41f183e3c1727cf6.tar.gz bcm5719-llvm-8b8cac289bd4356f2f364e2a41f183e3c1727cf6.zip |
Minor interface change.
llvm-svn: 34967
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp b/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp index 19ba9bc9150..1029babe99e 100644 --- a/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp @@ -874,7 +874,8 @@ void PPCRegisterInfo::determineFrameLayout(MachineFunction &MF) const { MFI->setStackSize(FrameSize); } -void PPCRegisterInfo::processFunctionBeforeCalleeSavedScan(MachineFunction &MF) +void PPCRegisterInfo::processFunctionBeforeCalleeSavedScan(MachineFunction &MF, + RegScavenger *RS) const { // Save and clear the LR state. PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); |