Skip to content

Commit 0e08cea

Browse files
committed
format
1 parent dabb9cd commit 0e08cea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Frontend/HLSL/RootSignatureMetadata.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ validateDescriptorTableRegisterOverflow(const mcdxbc::DescriptorTable &Table,
562562
uint32_t Location) {
563563
uint64_t Offset = 0;
564564
bool IsPrevUnbound = false;
565-
566565
for (const mcdxbc::DescriptorRange &Range : Table.Ranges) {
567566
// Validation of NumDescriptors should have happened by this point.
568567
if (Range.NumDescriptors == 0)

0 commit comments

Comments
 (0)