Skip to content

Commit ed4c553

Browse files
Joao SaffranJoao Saffran
authored andcommitted
clean
1 parent 29eb893 commit ed4c553

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/CodeGen/DirectX/rootsignature-validation-fail-descriptor-table-range.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ entry:
1212
!2 = !{!"DescriptorTable", i32 0, !3}
1313
!3 = !{!"UAV", i32 -1, i32 -1, i32 10, i32 -1, i32 2}
1414
!4 = !{!"DescriptorTable", i32 0, !5}
15-
!5 = !{ !"UAV", i32 -1, i32 -1, i32 10, i32 5, i32 2 }
15+
!5 = !{ !"UAV", i32 -1, i32 -1, i32 10, i32 5, i32 2 }

llvm/test/CodeGen/DirectX/rootsignature-validation-fail-root-descriptor-range.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ entry:
1212
!1 = !{!2, !4}
1313
!2 = !{!"RootUAV", i32 0, i32 3, i32 1, i32 4}
1414
!4 = !{!"DescriptorTable", i32 0, !5}
15-
!5 = !{!"UAV", i32 3, i32 0, i32 1, i32 -1, i32 2}
15+
!5 = !{!"UAV", i32 3, i32 0, i32 1, i32 -1, i32 2}

0 commit comments

Comments
 (0)