Skip to content

Commit 1103a27

Browse files
committed
self-review: fix typo from rebase
1 parent bc276aa commit 1103a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Parse/ParseHLSLRootSignature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ std::optional<RootDescriptor> RootSignatureParser::parseRootDescriptor() {
205205
return std::nullopt;
206206
}
207207

208-
Param.Reg = Params->Reg.value();
208+
Descriptor.Reg = Params->Reg.value();
209209

210210
if (consumeExpectedToken(TokenKind::pu_r_paren,
211211
diag::err_hlsl_unexpected_end_of_params,

0 commit comments

Comments
 (0)