File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
llvm/lib/Target/PowerPC/GISel Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 16
16
17
17
#include " PPCISelLowering.h"
18
18
#include " llvm/CodeGen/GlobalISel/CallLowering.h"
19
- #include " llvm/IR/CallingConv.h"
20
19
21
20
namespace llvm {
22
21
Original file line number Diff line number Diff line change 9
9
// / This file declares the targeting of the Machinelegalizer class for PowerPC
10
10
// ===----------------------------------------------------------------------===//
11
11
12
- #ifndef LLVM_LIB_TARGET_POWERPC_GISEL_PPCMACHINELEGALIZER_H
13
- #define LLVM_LIB_TARGET_POWERPC_GISEL_PPCMACHINELEGALIZER_H
12
+ #ifndef LLVM_LIB_TARGET_POWERPC_GISEL_PPCLEGALIZERINFO_H
13
+ #define LLVM_LIB_TARGET_POWERPC_GISEL_PPCLEGALIZERINFO_H
14
14
15
15
#include " llvm/CodeGen/GlobalISel/LegalizerInfo.h"
16
16
Original file line number Diff line number Diff line change 11
11
// /
12
12
// ===----------------------------------------------------------------------===//
13
13
14
- #ifndef LLVM_LIB_TARGET_PPC_GISEL_PPCREGISTERBANKINFO_H
15
- #define LLVM_LIB_TARGET_PPC_GISEL_PPCREGISTERBANKINFO_H
14
+ #ifndef LLVM_LIB_TARGET_POWERPC_GISEL_PPCREGISTERBANKINFO_H
15
+ #define LLVM_LIB_TARGET_POWERPC_GISEL_PPCREGISTERBANKINFO_H
16
16
17
17
#include " llvm/CodeGen/RegisterBank.h"
18
18
#include " llvm/CodeGen/RegisterBankInfo.h"
You can’t perform that action at this time.
0 commit comments