summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCRegisterInfo.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-03-06 10:05:14 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-03-06 10:05:14 +0000
commit28b3c45109153bc50d3d9e97dccb25ffd043fa50 (patch)
tree7fc46a71003da899ad0b4cdbe094f4a2daaa46c8 /lib/Target/PowerPC/PPCRegisterInfo.cpp
parent140e33cfd1386b65bc936c7346d1b1cb72b26cae (diff)
downloadllvm-28b3c45109153bc50d3d9e97dccb25ffd043fa50.tar.gz
llvm-28b3c45109153bc50d3d9e97dccb25ffd043fa50.tar.bz2
llvm-28b3c45109153bc50d3d9e97dccb25ffd043fa50.tar.xz
Minor interface change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34967 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCRegisterInfo.cpp')
-rw-r--r--lib/Target/PowerPC/PPCRegisterInfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCRegisterInfo.cpp b/lib/Target/PowerPC/PPCRegisterInfo.cpp
index 19ba9bc915..1029babe99 100644
--- a/lib/Target/PowerPC/PPCRegisterInfo.cpp
+++ b/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>();