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 1010// / Root Signatures.
1111// /
1212// ===----------------------------------------------------------------------===//
13+ #ifndef LLVM_LIB_TARGET_DIRECTX_DXILROOTSIGNATURE_H
14+ #define LLVM_LIB_TARGET_DIRECTX_DXILROOTSIGNATURE_H
1315
1416#include " llvm/ADT/DenseMap.h"
1517#include " llvm/Analysis/DXILMetadataAnalysis.h"
@@ -45,7 +47,7 @@ class RootSignatureBindingInfo {
4547 RootSignatureBindingInfo () = default ;
4648 RootSignatureBindingInfo (
4749 SmallDenseMap<const Function *, mcdxbc::RootSignatureDesc> Map)
48- : FuncToRsMap(Map) {};
50+ : FuncToRsMap(Map){};
4951
5052 iterator find (const Function *F) { return FuncToRsMap.find (F); }
5153
@@ -109,3 +111,4 @@ class RootSignatureAnalysisPrinter
109111
110112} // namespace dxil
111113} // namespace llvm
114+ #endif
You can’t perform that action at this time.
0 commit comments