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.
1 parent 881dd36 commit c7d5be7Copy full SHA for c7d5be7
llvm/lib/Target/DirectX/DXILRootSignature.h
@@ -47,7 +47,7 @@ class RootSignatureBindingInfo {
47
RootSignatureBindingInfo() = default;
48
RootSignatureBindingInfo(
49
SmallDenseMap<const Function *, mcdxbc::RootSignatureDesc> Map)
50
- : FuncToRsMap(Map){};
+ : FuncToRsMap(Map) {};
51
52
iterator find(const Function *F) { return FuncToRsMap.find(F); }
53
0 commit comments