Skip to content

Commit e0aef72

Browse files
authored
[NFC] Fix DebugTypeVector test (#2347)
It should have tested DebugInfoNone base type Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
1 parent ec02380 commit e0aef72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/DebugInfoTypeVector.spvasm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
%29 = OpExtInst %void %2 DebugSource %27 %28
7171
%30 = OpExtInst %void %2 DebugCompilationUnit 65536 5 %29 OpenCL_C
7272
%34 = OpExtInst %void %2 DebugTypeBasic %32 %uint_16 Signed
73-
%35 = OpExtInst %void %2 DebugTypeVector %34 4
73+
%35 = OpExtInst %void %2 DebugTypeVector %15 4
7474
%38 = OpExtInst %void %2 DebugSource %36 %37
7575
%39 = OpExtInst %void %2 DebugTypedef %31 %35 %38 0 0 %30
7676
%40 = OpExtInst %void %2 DebugTypePointer %39 CrossWorkgroup None

0 commit comments

Comments
 (0)