Skip to content

Commit 1c10acf

Browse files
Joao SaffranJoao Saffran
authored andcommitted
fix merge mess
1 parent 108a7d5 commit 1c10acf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/DirectX/DXILPostOptimizationValidation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ static void validateRootSignature(Module &M,
309309
reportOverlappingRegisters(M, ReportedBinding, Overlaping);
310310
});
311311
// Next checks require that the root signature definition is valid.
312-
// Next checks require that the root signature definition is valid.
313312
if (!HasOverlap) {
314313
SmallVector<ResourceInfo::ResourceBinding> RDs =
315314
getRootDescriptorsBindingInfo(RSD, Visibility);

0 commit comments

Comments
 (0)