mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Delete dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181982 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ce9bd66d01
commit
0ed9f1fd86
@ -817,7 +817,8 @@ void X86FrameLowering::emitPrologue(MachineFunction &MF) const {
|
||||
BuildMI(MBB, MBBI, DL, TII.get(X86::PROLOG_LABEL)).addSym(Label);
|
||||
|
||||
// Define the current CFA rule to use the provided offset.
|
||||
unsigned Ptr = StackSize ? MachineLocation::VirtualFP : StackPtr;
|
||||
assert(StackSize);
|
||||
unsigned Ptr = MachineLocation::VirtualFP;
|
||||
MachineLocation SPDst(Ptr);
|
||||
MachineLocation SPSrc(Ptr, StackOffset);
|
||||
MMI.addFrameMove(Label, SPDst, SPSrc);
|
||||
|
Loading…
Reference in New Issue
Block a user