forked from OSchip/llvm-project
[ARM] Fix "local variable is initialized but not referenced" MSVX warning. NFC
This commit is contained in:
parent
3cefcdb8c6
commit
f97e15ef45
|
@ -468,7 +468,6 @@ void Thumb1FrameLowering::emitEpilogue(MachineFunction &MF,
|
|||
int NumBytes = (int)MFI.getStackSize();
|
||||
assert((unsigned)NumBytes >= ArgRegsSaveSize &&
|
||||
"ArgRegsSaveSize is included in NumBytes");
|
||||
const MCPhysReg *CSRegs = RegInfo->getCalleeSavedRegs(&MF);
|
||||
Register FramePtr = RegInfo->getFrameRegister(MF);
|
||||
|
||||
if (!AFI->hasStackFrame()) {
|
||||
|
|
Loading…
Reference in New Issue