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