Have getCalleeSavedRegs take a non-null MachineFunction all the
[oota-llvm.git] / lib / Target / BPF / BPFRegisterInfo.h
index 364d6f677d6c354dc014d355b86cc504eef35b98..7072dd0bde1a5d9c7df475d63f7297b45c55477f 100644 (file)
@@ -25,8 +25,7 @@ struct BPFRegisterInfo : public BPFGenRegisterInfo {
 
   BPFRegisterInfo();
 
-  const MCPhysReg *
-  getCalleeSavedRegs(const MachineFunction *MF = nullptr) const override;
+  const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
 
   BitVector getReservedRegs(const MachineFunction &MF) const override;