mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-15 19:24:33 +00:00
Move the frame lowering constructors out of line to avoid circular
includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211798 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -39,6 +39,10 @@ static MachineBasicBlock::iterator
|
||||
skipAlignedDPRCS2Spills(MachineBasicBlock::iterator MI,
|
||||
unsigned NumAlignedDPRCS2Regs);
|
||||
|
||||
ARMFrameLowering::ARMFrameLowering(const ARMSubtarget &sti)
|
||||
: TargetFrameLowering(StackGrowsDown, sti.getStackAlignment(), 0, 4),
|
||||
STI(sti) {}
|
||||
|
||||
/// hasFP - Return true if the specified function should have a dedicated frame
|
||||
/// pointer register. This is true if the function has variable sized allocas
|
||||
/// or if frame pointer elimination is disabled.
|
||||
|
Reference in New Issue
Block a user