mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Fix merge fallout
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123172 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7af6fad0a7
commit
2c8bd754de
@ -323,12 +323,12 @@ static void determineFrameLayout(MachineFunction &MF) {
|
||||
DEBUG(dbgs() << "Aligned Frame Size: " << FrameSize << "\n" );
|
||||
}
|
||||
|
||||
int MBlazeFrameInfo::getFrameIndexOffset(const MachineFunction &MF, int FI)
|
||||
int MBlazeFrameLowering::getFrameIndexOffset(const MachineFunction &MF, int FI)
|
||||
const {
|
||||
const MBlazeFunctionInfo *MBlazeFI = MF.getInfo<MBlazeFunctionInfo>();
|
||||
if (MBlazeFI->hasReplacement(FI))
|
||||
FI = MBlazeFI->getReplacement(FI);
|
||||
return TargetFrameInfo::getFrameIndexOffset(MF,FI);
|
||||
return TargetFrameLowering::getFrameIndexOffset(MF,FI);
|
||||
}
|
||||
|
||||
// hasFP - Return true if the specified function should have a dedicated frame
|
||||
|
Loading…
x
Reference in New Issue
Block a user