Skip to content

Commit

Permalink
X86FrameLowering.cpp: Fixup. Sorry for the breakage.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175467 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Feb 18, 2013
1 parent a39058a commit 9d7c53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Target/X86/X86FrameLowering.cpp
Expand Up @@ -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'
Expand Down

0 comments on commit 9d7c53a

Please sign in to comment.