File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1826,11 +1826,9 @@ bool SIFrameLowering::hasFP(const MachineFunction &MF) const {
1826
1826
// functions may need to set up a stack pointer in some situations.
1827
1827
bool SIFrameLowering::requiresStackPointerReference (
1828
1828
const MachineFunction &MF) const {
1829
- bool IsChainFunction = MF.getInfo <SIMachineFunctionInfo>()->isChainFunction ();
1830
-
1831
1829
// Callable functions always require a stack pointer reference.
1832
1830
assert ((MF.getInfo <SIMachineFunctionInfo>()->isEntryFunction () ||
1833
- IsChainFunction ) &&
1831
+ MF. getInfo <SIMachineFunctionInfo>()-> isChainFunction () ) &&
1834
1832
" only expected to call this for entry points and chain functions" );
1835
1833
1836
1834
const MachineFrameInfo &MFI = MF.getFrameInfo ();
You can’t perform that action at this time.
0 commit comments