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 7f6d739 commit f90af1cCopy full SHA for f90af1c
llvm/include/llvm/MC/DXContainerRootSignature.h
@@ -68,7 +68,7 @@ struct RootParametersContainer {
68
Tables.push_back(Table);
69
}
70
71
- const std::pair<uint32_t, uint32_t>
+ std::pair<uint32_t, uint32_t>
72
getTypeAndLocForParameter(uint32_t Location) const {
73
const RootParameterInfo &Info = ParametersInfo[Location];
74
return {Info.Header.ParameterType, Info.Location};
0 commit comments