diff options
author | Hal Finkel <hfinkel@anl.gov> | 2011-12-06 20:55:36 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2011-12-06 20:55:36 +0000 |
commit | bde7f8ffe2ab7608ad9cb0e8cecff0fb97733d8f (patch) | |
tree | fcbe6d52c54bfac63d5fce129490e7859df4ae0d /llvm/lib/Target/PowerPC/PPCInstrInfo.h | |
parent | 4ec02b02ac3e58576903b6202f97006f6e0f4942 (diff) | |
download | bcm5719-llvm-bde7f8ffe2ab7608ad9cb0e8cecff0fb97733d8f.tar.gz bcm5719-llvm-bde7f8ffe2ab7608ad9cb0e8cecff0fb97733d8f.zip |
add RESTORE_CR and support CR unspills
llvm-svn: 145961
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCInstrInfo.h')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.h b/llvm/lib/Target/PowerPC/PPCInstrInfo.h index 8b35fb23a1b..e90f8cb242c 100644 --- a/llvm/lib/Target/PowerPC/PPCInstrInfo.h +++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.h @@ -72,7 +72,7 @@ class PPCInstrInfo : public PPCGenInstrInfo { unsigned SrcReg, bool isKill, int FrameIdx, const TargetRegisterClass *RC, SmallVectorImpl<MachineInstr*> &NewMIs) const; - void LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL, + bool LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL, unsigned DestReg, int FrameIdx, const TargetRegisterClass *RC, SmallVectorImpl<MachineInstr*> &NewMIs) const; |