mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
One more getCalleeSavedRegs prototype with nullptr.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231977 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8284f0fb29
commit
4bf95b38b2
@ -45,8 +45,7 @@ public:
|
||||
const MachineFunction &MF) const override;
|
||||
|
||||
/// Code Generation virtual methods...
|
||||
const MCPhysReg *
|
||||
getCalleeSavedRegs(const MachineFunction* MF =nullptr) const override;
|
||||
const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
|
||||
const uint32_t *getCallPreservedMask(CallingConv::ID CC) const override;
|
||||
const uint32_t *getNoPreservedMask() const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user