We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a44b0 commit d609ba7Copy full SHA for d609ba7
llvm/include/llvm/CodeGen/GCEmptyBasicBlocks.h
@@ -6,6 +6,9 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
+#ifndef LLVM_CODEGEN_GCEMPTYBASICBLOCKS_H
10
+#define LLVM_CODEGEN_GCEMPTYBASICBLOCKS_H
11
+
12
#include "llvm/CodeGen/MachinePassManager.h"
13
14
namespace llvm {
@@ -17,3 +20,5 @@ class GCEmptyBasicBlocksPass : public PassInfoMixin<GCEmptyBasicBlocksPass> {
17
20
};
18
21
19
22
} // namespace llvm
23
24
+#endif // LLVM_CODEGEN_GCEMPTYBASICBLOCKS_H
0 commit comments