File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 10
10
// / Root Signatures.
11
11
// /
12
12
// ===----------------------------------------------------------------------===//
13
+ #ifndef LLVM_LIB_TARGET_DIRECTX_DXILROOTSIGNATURE_H
14
+ #define LLVM_LIB_TARGET_DIRECTX_DXILROOTSIGNATURE_H
13
15
14
16
#include " llvm/ADT/DenseMap.h"
15
17
#include " llvm/Analysis/DXILMetadataAnalysis.h"
@@ -45,7 +47,7 @@ class RootSignatureBindingInfo {
45
47
RootSignatureBindingInfo () = default ;
46
48
RootSignatureBindingInfo (
47
49
SmallDenseMap<const Function *, mcdxbc::RootSignatureDesc> Map)
48
- : FuncToRsMap(Map) {};
50
+ : FuncToRsMap(Map){};
49
51
50
52
iterator find (const Function *F) { return FuncToRsMap.find (F); }
51
53
@@ -109,3 +111,4 @@ class RootSignatureAnalysisPrinter
109
111
110
112
} // namespace dxil
111
113
} // namespace llvm
114
+ #endif
You can’t perform that action at this time.
0 commit comments