[llvm] r174106 - Update AMDGPURegisterInfo::eliminateFrameIndex() corresponding to r174083.
NAKAMURA Takumi
geek4civic at gmail.com
Thu Jan 31 14:55:52 PST 2013
Author: chapuni
Date: Thu Jan 31 16:55:51 2013
New Revision: 174106
URL: http://llvm.org/viewvc/llvm-project?rev=174106&view=rev
Log:
Update AMDGPURegisterInfo::eliminateFrameIndex() corresponding to r174083.
Modified:
llvm/trunk/lib/Target/R600/AMDGPURegisterInfo.cpp
llvm/trunk/lib/Target/R600/AMDGPURegisterInfo.h
Modified: llvm/trunk/lib/Target/R600/AMDGPURegisterInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/AMDGPURegisterInfo.cpp?rev=174106&r1=174105&r2=174106&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/AMDGPURegisterInfo.cpp (original)
+++ llvm/trunk/lib/Target/R600/AMDGPURegisterInfo.cpp Thu Jan 31 16:55:51 2013
@@ -38,6 +38,7 @@ const uint16_t* AMDGPURegisterInfo::getC
void AMDGPURegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator MI,
int SPAdj,
+ unsigned FIOperandNum,
RegScavenger *RS) const {
assert(!"Subroutines not supported yet");
}
Modified: llvm/trunk/lib/Target/R600/AMDGPURegisterInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/AMDGPURegisterInfo.h?rev=174106&r1=174105&r2=174106&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/AMDGPURegisterInfo.h (original)
+++ llvm/trunk/lib/Target/R600/AMDGPURegisterInfo.h Thu Jan 31 16:55:51 2013
@@ -53,6 +53,7 @@ struct AMDGPURegisterInfo : public AMDGP
const uint16_t* getCalleeSavedRegs(const MachineFunction *MF) const;
void eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj,
+ unsigned FIOperandNum,
RegScavenger *RS) const;
unsigned getFrameRegister(const MachineFunction &MF) const;
More information about the llvm-commits
mailing list