Skip to content

Commit ab27295

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/include/llvm/CodeGen/GCEmptyBasicBlocks.h

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8+
#ifndef LLVM_CODEGEN_GCEMPTYBASICBLOCKS_H
9+
#define LLVM_CODEGEN_GCEMPTYBASICBLOCKS_H
810

911
#include "llvm/CodeGen/MachinePassManager.h"
1012

@@ -17,3 +19,5 @@ class GCEmptyBasicBlocksPass : public PassInfoMixin<GCEmptyBasicBlocksPass> {
1719
};
1820

1921
} // namespace llvm
22+
23+
#endif // LLVM_CODEGEN_GCEMPTYBASICBLOCKS_H

0 commit comments

Comments
 (0)