Skip to content

Commit

Permalink
[NFC] Fix DebugTypeVector test (#2347)
Browse files Browse the repository at this point in the history
It should have tested DebugInfoNone base type

Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
  • Loading branch information
MrSidims authored Feb 12, 2024
1 parent ec02380 commit e0aef72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DebugInfo/DebugInfoTypeVector.spvasm
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
%29 = OpExtInst %void %2 DebugSource %27 %28
%30 = OpExtInst %void %2 DebugCompilationUnit 65536 5 %29 OpenCL_C
%34 = OpExtInst %void %2 DebugTypeBasic %32 %uint_16 Signed
%35 = OpExtInst %void %2 DebugTypeVector %34 4
%35 = OpExtInst %void %2 DebugTypeVector %15 4
%38 = OpExtInst %void %2 DebugSource %36 %37
%39 = OpExtInst %void %2 DebugTypedef %31 %35 %38 0 0 %30
%40 = OpExtInst %void %2 DebugTypePointer %39 CrossWorkgroup None
Expand Down

0 comments on commit e0aef72

Please sign in to comment.