Skip to content

Commit f56ae22

Browse files
committed
[CodeGen] Add missing header guard to LibcallLoweringInfo.h
Introduced by #164987
1 parent 6fce53a commit f56ae22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/include/llvm/CodeGen/LibcallLoweringInfo.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
#ifndef LLVM_CODEGEN_LIBCALLLOWERINGINFO_H
10+
#define LLVM_CODEGEN_LIBCALLLOWERINGINFO_H
11+
912
#include "llvm/IR/RuntimeLibcalls.h"
1013

1114
namespace llvm {
@@ -64,3 +67,5 @@ class LibcallLoweringInfo {
6467
};
6568

6669
} // end namespace llvm
70+
71+
#endif // LLVM_CODEGEN_LIBCALLLOWERINGINFO_H

0 commit comments

Comments
 (0)