From 927efdc07bc18302559acdce1715c3f9507f3acf Mon Sep 17 00:00:00 2001 From: Dmitry Sidorov Date: Mon, 12 Feb 2024 16:53:44 +0100 Subject: [PATCH] [NFC] Fix DebugTypeVector test (#2347) It should have tested DebugInfoNone base type Signed-off-by: Sidorov, Dmitry --- test/DebugInfo/DebugInfoTypeVector.spvasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/DebugInfoTypeVector.spvasm b/test/DebugInfo/DebugInfoTypeVector.spvasm index 3076ff45f3..ccd1c752a2 100644 --- a/test/DebugInfo/DebugInfoTypeVector.spvasm +++ b/test/DebugInfo/DebugInfoTypeVector.spvasm @@ -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