Skip to content

Commit eeff952

Browse files
committed
review: remove redundant case
1 parent cf2bf43 commit eeff952

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ struct DescriptorTableClause {
7171
void setDefaultFlags() {
7272
switch (Type) {
7373
case ClauseType::CBuffer:
74-
Flags = DescriptorRangeFlags::DataStaticWhileSetAtExecute;
75-
break;
7674
case ClauseType::SRV:
7775
Flags = DescriptorRangeFlags::DataStaticWhileSetAtExecute;
7876
break;

0 commit comments

Comments
 (0)