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 3365cc0 commit d0b627cCopy full SHA for d0b627c
llvm/utils/TableGen/Common/InstructionEncoding.h
@@ -6,8 +6,8 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-#ifndef LLVM_UTILS_TABLEGEN_INSTRUCTIONENCODING_H
10
-#define LLVM_UTILS_TABLEGEN_INSTRUCTIONENCODING_H
+#ifndef LLVM_UTILS_TABLEGEN_COMMON_INSTRUCTIONENCODING_H
+#define LLVM_UTILS_TABLEGEN_COMMON_INSTRUCTIONENCODING_H
11
12
#include "llvm/ADT/ArrayRef.h"
13
#include "llvm/ADT/SmallVector.h"
@@ -147,4 +147,4 @@ class InstructionEncoding {
147
148
} // namespace llvm
149
150
-#endif // LLVM_UTILS_TABLEGEN_INSTRUCTIONENCODING_H
+#endif // LLVM_UTILS_TABLEGEN_COMMON_INSTRUCTIONENCODING_H
0 commit comments