We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ede5262 + 2be5421 commit 5ce3d4eCopy full SHA for 5ce3d4e
llvm/include/llvm/CodeGen/LibcallLoweringInfo.h
@@ -6,6 +6,9 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
+#ifndef LLVM_CODEGEN_LIBCALLLOWERINGINFO_H
10
+#define LLVM_CODEGEN_LIBCALLLOWERINGINFO_H
11
+
12
#include "llvm/IR/RuntimeLibcalls.h"
13
14
namespace llvm {
@@ -64,3 +67,5 @@ class LibcallLoweringInfo {
64
67
};
65
68
66
69
} // end namespace llvm
70
71
+#endif // LLVM_CODEGEN_LIBCALLLOWERINGINFO_H
0 commit comments