Skip to content

Commit

Permalink
[M68k] Fix spillCalleeSavedRegisters after D138656
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Dec 17, 2022
1 parent 53e5cd4 commit c1266ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions llvm/lib/Target/M68k/M68kFrameLowering.h
Expand Up @@ -110,8 +110,7 @@ class M68kFrameLowering : public TargetFrameLowering {
bool spillCalleeSavedRegisters(MachineBasicBlock &MBB,
MachineBasicBlock::iterator MI,
ArrayRef<CalleeSavedInfo> CSI,
const TargetRegisterInfo *TRI,
Register VReg) const override;
const TargetRegisterInfo *TRI) const override;

/// Issues instruction(s) to restore all callee saved registers and returns
/// true if it isn't possible / profitable to do so by issuing a series of
Expand Down

0 comments on commit c1266ca

Please sign in to comment.