forked from OSchip/llvm-project
X86FrameLowering.cpp: Fixup. Sorry for the breakage.
llvm-svn: 175467
This commit is contained in:
parent
772d4f75f6
commit
3a8002f61d
|
@ -1644,7 +1644,7 @@ void X86FrameLowering::adjustForHiPEPrologue(MachineFunction &MF) const {
|
|||
unsigned MaxStack =
|
||||
MFI->getStackSize() + CallerStkArity * SlotSize + SlotSize;
|
||||
|
||||
assert(getTarget().getSubtarget<X86Subtarget>()->ST->isTargetLinux() &&
|
||||
assert(MF.getTarget().getSubtarget<X86Subtarget>().isTargetLinux() &&
|
||||
"HiPE prologue is only supported on Linux operating systems.");
|
||||
|
||||
// Compute the largest caller's frame that is needed to fit the callees'
|
||||
|
|
Loading…
Reference in New Issue