diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/X86/X86ISelLowering.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index ffaf04cea7..bdee1e682d 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -1891,18 +1891,6 @@ X86TargetLowering::LowerFormalArguments(SDValue Chain, Fn->getName() == "main") FuncInfo->setForceFramePointer(true); - // @LOCALMOD-START - if (Subtarget->isTargetNaCl64()) { - FuncInfo->setForceFramePointer(true); - } - // @TODO(pdox): This shouldn't be necessary, but there is a bug - // where hasFP() changes during stack-slot spilling after register - // allocation has allocated ebp. Look into this. - if (Subtarget->isTargetNaCl32()) { - FuncInfo->setForceFramePointer(true); - } - // @LOCALMOD-END - MachineFrameInfo *MFI = MF.getFrameInfo(); bool Is64Bit = Subtarget->is64Bit(); bool IsWindows = Subtarget->isTargetWindows(); |