File tree 2 files changed +5
-5
lines changed
llvm/include/llvm/CodeGen 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #ifndef LLVM_INCLUDE_LLVM_CODEGEN_SDNODEINFO_H
10
- #define LLVM_INCLUDE_LLVM_CODEGEN_SDNODEINFO_H
9
+ #ifndef LLVM_CODEGEN_SDNODEINFO_H
10
+ #define LLVM_CODEGEN_SDNODEINFO_H
11
11
12
- #include " ISDOpcodes.h"
13
12
#include " llvm/ADT/ArrayRef.h"
14
13
#include " llvm/ADT/StringTable.h"
14
+ #include " llvm/CodeGen/ISDOpcodes.h"
15
15
#include " llvm/CodeGenTypes/MachineValueType.h"
16
16
17
17
namespace llvm {
@@ -112,4 +112,4 @@ class SDNodeInfo final {
112
112
113
113
} // namespace llvm
114
114
115
- #endif // LLVM_INCLUDE_LLVM_CODEGEN_SDNODEINFO_H
115
+ #endif // LLVM_CODEGEN_SDNODEINFO_H
Original file line number Diff line number Diff line change 15
15
#ifndef LLVM_CODEGEN_SELECTIONDAGTARGETINFO_H
16
16
#define LLVM_CODEGEN_SELECTIONDAGTARGETINFO_H
17
17
18
- #include " SDNodeInfo.h"
19
18
#include " llvm/CodeGen/MachineMemOperand.h"
19
+ #include " llvm/CodeGen/SDNodeInfo.h"
20
20
#include " llvm/CodeGen/SelectionDAGNodes.h"
21
21
#include " llvm/Support/CodeGen.h"
22
22
#include < utility>
You can’t perform that action at this time.
0 commit comments