Skip to content

Commit 9454de6

Browse files
committed
self-review: fix typo
1 parent 05cd843 commit 9454de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ struct StaticSampler {
176176
/// RootElements in the array, and it holds a data member for the Visibility
177177
/// parameter.
178178
using RootElement =
179-
std::variant<RootFlags, RootConstants, RootParam, DescriptorTable,
179+
std::variant<RootFlags, RootConstants, RootDescriptor, DescriptorTable,
180180
DescriptorTableClause, StaticSampler>;
181181

182182
void dumpRootElements(raw_ostream &OS, ArrayRef<RootElement> Elements);

0 commit comments

Comments
 (0)