Skip to content

Commit f47eab5

Browse files
committed
fix-up testcase
1 parent 92dc6b0 commit f47eab5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/test/Analysis/DXILMetadataAnalysis/strip-rootsignature.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
; RUN: opt -S -passes="print<dxil-metadata>" -disable-output %s 2>&1 | FileCheck %s
32
target triple = "dxil-pc-shadermodel6.0-compute"
43

@@ -20,6 +19,6 @@ entry:
2019
attributes #0 = { "hlsl.numthreads"="1,1,1" "hlsl.shader"="compute" }
2120

2221
!dx.rootsignatures = !{!0, !2} ; list of function/root signature pairs
23-
!0 = !{i1 true} ; don't strip root signature
22+
!0 = !{i1 true} ; strip root signature
2423
!2 = !{ ptr @entry, !3, i32 2 } ; function, root signature, version
2524
!3 = !{} ; empty root signature

0 commit comments

Comments
 (0)