diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-22 11:15:07 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-22 11:15:07 +0000 |
commit | 0a7d0ad95fc1162f8266a48b88e223e24dcd4a90 (patch) | |
tree | 0c855160dad1cae23ca578887359ea9924aafcdc /llvm/lib/Target/PowerPC/PPCRegisterInfo.h | |
parent | a9cb538a74b511aa56e4237dbdfca57e8dcc57cc (diff) | |
download | bcm5719-llvm-0a7d0ad95fc1162f8266a48b88e223e24dcd4a90.tar.gz bcm5719-llvm-0a7d0ad95fc1162f8266a48b88e223e24dcd4a90.zip |
Untabify.
llvm-svn: 248264
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCRegisterInfo.h')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCRegisterInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h index 4bf64bfad4e..743ac53108b 100644 --- a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h +++ b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h @@ -115,9 +115,9 @@ public: unsigned FrameIndex) const; bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg, - int &FrameIdx) const override; - void eliminateFrameIndex(MachineBasicBlock::iterator II, - int SPAdj, unsigned FIOperandNum, + int &FrameIdx) const override; + void eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, + unsigned FIOperandNum, RegScavenger *RS = nullptr) const override; // Support for virtual base registers. |