Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include "PPCISelLowering.h"
#include "llvm/CodeGen/GlobalISel/CallLowering.h"
#include "llvm/IR/CallingConv.h"

namespace llvm {

Expand Down
4 changes: 2 additions & 2 deletions llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down