Skip to content

Commit d609ba7

Browse files
committed
forgot header guard😅
1 parent 40a44b0 commit d609ba7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/include/llvm/CodeGen/GCEmptyBasicBlocks.h

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
#ifndef LLVM_CODEGEN_GCEMPTYBASICBLOCKS_H
10+
#define LLVM_CODEGEN_GCEMPTYBASICBLOCKS_H
11+
912
#include "llvm/CodeGen/MachinePassManager.h"
1013

1114
namespace llvm {
@@ -17,3 +20,5 @@ class GCEmptyBasicBlocksPass : public PassInfoMixin<GCEmptyBasicBlocksPass> {
1720
};
1821

1922
} // namespace llvm
23+
24+
#endif // LLVM_CODEGEN_GCEMPTYBASICBLOCKS_H

0 commit comments

Comments
 (0)