We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0850577 commit 5d888bfCopy full SHA for 5d888bf
llvm/lib/Target/ARM/ARMFrameLowering.h
@@ -59,7 +59,10 @@ class ARMFrameLowering : public TargetFrameLowering {
59
void determineCalleeSaves(MachineFunction &MF, BitVector &SavedRegs,
60
RegScavenger *RS) const override;
61
62
+ /// Update the IsRestored flag on LR if it is spilled, based on the return
63
+ /// instructions.
64
void updateLRRestored(MachineFunction &MF) const;
65
+
66
void processFunctionBeforeFrameFinalized(
67
MachineFunction &MF, RegScavenger *RS = nullptr) const override;
68
0 commit comments