From 9c7448c8d337fde57a75f58baab8fed6afad0a10 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 10 Sep 2013 00:20:27 +0000 Subject: [PATCH] Revert r190366. It was breaking build bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190373 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86FrameLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/X86/X86FrameLowering.cpp b/lib/Target/X86/X86FrameLowering.cpp index dd02c4ea7b9..adcd4f7dedc 100644 --- a/lib/Target/X86/X86FrameLowering.cpp +++ b/lib/Target/X86/X86FrameLowering.cpp @@ -408,7 +408,7 @@ void X86FrameLowering::emitPrologue(MachineFunction &MF) const { unsigned FramePtr = RegInfo->getFrameRegister(MF); unsigned StackPtr = RegInfo->getStackRegister(); unsigned BasePtr = RegInfo->getBaseRegister(); - DebugLoc DL = MBB.findDebugLoc(MBBI); + DebugLoc DL; // If we're forcing a stack realignment we can't rely on just the frame // info, we need to know the ABI stack alignment as well in case we -- 2.34.1