Skip to content

Commit f263184

Browse files
author
joaosaffran
committed
fix test
1 parent 746c54a commit f263184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/DirectX/ContainerData/RootSignature-RootDescriptor-Invalid-Flags.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ attributes #0 = { "hlsl.numthreads"="1,1,1" "hlsl.shader"="compute" }
1313

1414

1515
!dx.rootsignatures = !{!2} ; list of function/root signature pairs
16-
!2 = !{ ptr @main, !3, i32 1 } ; function, root signature
16+
!2 = !{ ptr @main, !3, i32 2 } ; function, root signature
1717
!3 = !{ !5 } ; list of root signature elements
1818
!5 = !{ !"RootCBV", i32 0, i32 1, i32 2, i32 3 }

0 commit comments

Comments
 (0)