From: Eric Christopher Date: Wed, 11 Mar 2015 22:24:37 +0000 (+0000) Subject: One more getCalleeSavedRegs prototype with nullptr. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4bf95b38b27f7e85dab452e4304919ae2543fd6b;p=oota-llvm.git One more getCalleeSavedRegs prototype with nullptr. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231977 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCRegisterInfo.h b/lib/Target/PowerPC/PPCRegisterInfo.h index aca9bdc009d..a313f7b5d4d 100644 --- a/lib/Target/PowerPC/PPCRegisterInfo.h +++ b/lib/Target/PowerPC/PPCRegisterInfo.h @@ -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;