Skip to content

Commit e5812ce

Browse files
Joao SaffranJoao Saffran
authored andcommitted
clean up
1 parent 51ff280 commit e5812ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/DirectX/DXILPostOptimizationValidation.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,6 @@ static bool validateRootSignatureBindings(Module &M,
326326
reportOverlappingRegisters(M, ReportedBinding, Overlaping);
327327
});
328328
bool HasBindings = false;
329-
330-
// Next checks require that the root signature definition is valid.
331329
SmallVector<ResourceInfo::ResourceBinding> RDs =
332330
getRootDescriptorsBindingInfo(RSD, Visibility);
333331
for (const auto &ResList :

0 commit comments

Comments
 (0)