X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FXCore%2FXCoreRegisterInfo.h;h=010fccd797a669d587da896112bc74ce06282ad3;hb=809a684e810e0bd4f4dd4af88379ed21814e6759;hp=aa617a0106d0a09ee49a101e587500f77ecefbed;hpb=d4657fb0c12de5fb209880a0e78c7a96025674fe;p=oota-llvm.git diff --git a/lib/Target/XCore/XCoreRegisterInfo.h b/lib/Target/XCore/XCoreRegisterInfo.h index aa617a0106d..010fccd797a 100644 --- a/lib/Target/XCore/XCoreRegisterInfo.h +++ b/lib/Target/XCore/XCoreRegisterInfo.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef XCOREREGISTERINFO_H -#define XCOREREGISTERINFO_H +#ifndef LLVM_LIB_TARGET_XCORE_XCOREREGISTERINFO_H +#define LLVM_LIB_TARGET_XCORE_XCOREREGISTERINFO_H #include "llvm/Target/TargetRegisterInfo.h" @@ -29,8 +29,7 @@ public: /// Code Generation virtual methods... - const MCPhysReg * - getCalleeSavedRegs(const MachineFunction *MF =nullptr) const override; + const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override; BitVector getReservedRegs(const MachineFunction &MF) const override;