We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b167dd commit 66c8c1cCopy full SHA for 66c8c1c
llvm/include/llvm/CodeGen/SDNodeInfo.h
@@ -9,9 +9,9 @@
9
#ifndef LLVM_INCLUDE_LLVM_CODEGEN_SDNODEINFO_H
10
#define LLVM_INCLUDE_LLVM_CODEGEN_SDNODEINFO_H
11
12
-#include "ISDOpcodes.h"
13
#include "llvm/ADT/ArrayRef.h"
14
#include "llvm/ADT/StringTable.h"
+#include "llvm/CodeGen/ISDOpcodes.h"
15
#include "llvm/CodeGenTypes/MachineValueType.h"
16
17
namespace llvm {
llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
@@ -15,8 +15,8 @@
#ifndef LLVM_CODEGEN_SELECTIONDAGTARGETINFO_H
#define LLVM_CODEGEN_SELECTIONDAGTARGETINFO_H
18
-#include "SDNodeInfo.h"
19
#include "llvm/CodeGen/MachineMemOperand.h"
+#include "llvm/CodeGen/SDNodeInfo.h"
20
#include "llvm/CodeGen/SelectionDAGNodes.h"
21
#include "llvm/Support/CodeGen.h"
22
#include <utility>
0 commit comments