X86FrameLowering.cpp: Fixup. Sorry for the breakage.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 18 Feb 2013 23:15:21 +0000 (23:15 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 18 Feb 2013 23:15:21 +0000 (23:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175467 91177308-0d34-0410-b5e6-96231b3b80d8

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'