X86FrameLowering.cpp: Fixup. Sorry for the breakage.
[oota-llvm.git] / lib / Target / X86 / X86FrameLowering.cpp
index a52c4d93e8dd9dd34b563b3df2da2fbac0189d10..c98c80db1a0fd4a989421c302baa519c58dd4950 100644 (file)
@@ -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'