mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-30 07:14:53 +00:00
Revert r190366. It was breaking build bots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190373 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fc7fd0992a
commit
9c7448c8d3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user