File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
llvm/include/llvm/CodeGen Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66//
77// ===----------------------------------------------------------------------===//
88
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
1111
12- #include " ISDOpcodes.h"
1312#include " llvm/ADT/ArrayRef.h"
1413#include " llvm/ADT/StringTable.h"
14+ #include " llvm/CodeGen/ISDOpcodes.h"
1515#include " llvm/CodeGenTypes/MachineValueType.h"
1616
1717namespace llvm {
@@ -112,4 +112,4 @@ class SDNodeInfo final {
112112
113113} // namespace llvm
114114
115- #endif // LLVM_INCLUDE_LLVM_CODEGEN_SDNODEINFO_H
115+ #endif // LLVM_CODEGEN_SDNODEINFO_H
Original file line number Diff line number Diff line change 1515#ifndef LLVM_CODEGEN_SELECTIONDAGTARGETINFO_H
1616#define LLVM_CODEGEN_SELECTIONDAGTARGETINFO_H
1717
18- #include " SDNodeInfo.h"
1918#include " llvm/CodeGen/MachineMemOperand.h"
19+ #include " llvm/CodeGen/SDNodeInfo.h"
2020#include " llvm/CodeGen/SelectionDAGNodes.h"
2121#include " llvm/Support/CodeGen.h"
2222#include < utility>
You can’t perform that action at this time.
0 commit comments