diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-05-18 00:12:58 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-05-18 00:12:58 +0000 |
commit | 305c49579c045d0348240eabc77fa7c68fb11eb6 (patch) | |
tree | 398fdffc6dfe0e9389b4a23187a70e72bc19deeb /llvm/lib/Target/PowerPC/PPCRegisterInfo.h | |
parent | 297e1cb10a0afa231904a5fafc8602988752cbfe (diff) | |
download | bcm5719-llvm-305c49579c045d0348240eabc77fa7c68fb11eb6.tar.gz bcm5719-llvm-305c49579c045d0348240eabc77fa7c68fb11eb6.zip |
getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.
llvm-svn: 28378
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCRegisterInfo.h')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCRegisterInfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h index 2776bb4c875..3f075c11fe5 100644 --- a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h +++ b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h @@ -51,6 +51,10 @@ public: virtual MachineInstr* foldMemoryOperand(MachineInstr* MI, unsigned OpNum, int FrameIndex) const; + const unsigned *getCalleeSaveRegs() const; + + const TargetRegisterClass* const* getCalleeSaveRegClasses() const; + void eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB, MachineBasicBlock::iterator I) const; |