summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCRegisterInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-02-27 02:55:29 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-02-27 02:55:29 +0000
commit3d3d6275134f3c6d35a97a028a8556fd2e62243a (patch)
treefe46a44b5dfef46065acb4e82090814ccae15df4 /lib/Target/PowerPC/PPCRegisterInfo.h
parent79224c44070dce53bdcfa4f4352ed1b6f67d9c3c (diff)
downloadllvm-3d3d6275134f3c6d35a97a028a8556fd2e62243a.tar.gz
llvm-3d3d6275134f3c6d35a97a028a8556fd2e62243a.tar.bz2
llvm-3d3d6275134f3c6d35a97a028a8556fd2e62243a.tar.xz
Backing out Jim's LR spill changes. This was causing llvm-gcc bootstrapping
to infinite loop: PPCMachineFunctionInfo.h updated: 1.2 -> 1.3 PPCRegisterInfo.cpp updated: 1.110 -> 1.111 PPCRegisterInfo.h updated: 1.28 -> 1.29 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34652 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCRegisterInfo.h')
-rw-r--r--lib/Target/PowerPC/PPCRegisterInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCRegisterInfo.h b/lib/Target/PowerPC/PPCRegisterInfo.h
index 5ca2d7d2a2..eedb62770e 100644
--- a/lib/Target/PowerPC/PPCRegisterInfo.h
+++ b/lib/Target/PowerPC/PPCRegisterInfo.h
@@ -82,7 +82,6 @@ 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;