diff --git a/llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h b/llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h index 17e8c57e563f8..29b49eb3146f1 100644 --- a/llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h +++ b/llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h @@ -16,7 +16,6 @@ #include "PPCISelLowering.h" #include "llvm/CodeGen/GlobalISel/CallLowering.h" -#include "llvm/IR/CallingConv.h" namespace llvm { diff --git a/llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h b/llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h index c73186d3d0c11..64be7331514e1 100644 --- a/llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h +++ b/llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h @@ -9,8 +9,8 @@ /// This file declares the targeting of the Machinelegalizer class for PowerPC //===----------------------------------------------------------------------===// -#ifndef LLVM_LIB_TARGET_POWERPC_GISEL_PPCMACHINELEGALIZER_H -#define LLVM_LIB_TARGET_POWERPC_GISEL_PPCMACHINELEGALIZER_H +#ifndef LLVM_LIB_TARGET_POWERPC_GISEL_PPCLEGALIZERINFO_H +#define LLVM_LIB_TARGET_POWERPC_GISEL_PPCLEGALIZERINFO_H #include "llvm/CodeGen/GlobalISel/LegalizerInfo.h" diff --git a/llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h b/llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h index 332a34fe022dd..3d84cd555504a 100644 --- a/llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h +++ b/llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h @@ -11,8 +11,8 @@ /// //===----------------------------------------------------------------------===// -#ifndef LLVM_LIB_TARGET_PPC_GISEL_PPCREGISTERBANKINFO_H -#define LLVM_LIB_TARGET_PPC_GISEL_PPCREGISTERBANKINFO_H +#ifndef LLVM_LIB_TARGET_POWERPC_GISEL_PPCREGISTERBANKINFO_H +#define LLVM_LIB_TARGET_POWERPC_GISEL_PPCREGISTERBANKINFO_H #include "llvm/CodeGen/RegisterBank.h" #include "llvm/CodeGen/RegisterBankInfo.h"