diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-02-17 11:06:00 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-02-17 11:06:00 +0000 |
commit | 9865be6d4030a8c24f4aaf40b7a63b4591d846aa (patch) | |
tree | 67e60e445089d89954d611b49c9e01a4d779955d /llvm/lib/Target/PowerPC/PPCRegisterInfo.h | |
parent | 6457b9eff4276bd97918997a35ac8f3124e7fc99 (diff) | |
download | bcm5719-llvm-9865be6d4030a8c24f4aaf40b7a63b4591d846aa.tar.gz bcm5719-llvm-9865be6d4030a8c24f4aaf40b7a63b4591d846aa.zip |
Added getReservedRegs().
llvm-svn: 34376
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCRegisterInfo.h')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCRegisterInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h index f8344de6ac1..6c30f6b2a5d 100644 --- a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h +++ b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h @@ -58,6 +58,8 @@ public: const TargetRegisterClass* const* getCalleeSavedRegClasses() const; + BitVector getReservedRegs(const MachineFunction &MF) const; + /// targetHandlesStackFrameRounding - Returns true if the target is /// responsible for rounding up the stack frame (probably at emitPrologue /// time). |