Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGreg Fischer <greg@lunarg.com>2022-09-23 15:45:32 +0300
committerGitHub <noreply@github.com>2022-09-23 15:45:32 +0300
commit265b455c996f7314ff995ecc3f5e3548365dbe87 (patch)
tree3bc6070f660564aac72ab9f99f9872b942e606d0 /test
parentddbee48f85e3cb977695835de364e6f05e82dd62 (diff)
Fix CreatDebugInlinedAt to not invoke def_use_mgr (#4939)
Diffstat (limited to 'test')
-rw-r--r--test/opt/inline_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/opt/inline_test.cpp b/test/opt/inline_test.cpp
index 7854965e8..f3ff81ce6 100644
--- a/test/opt/inline_test.cpp
+++ b/test/opt/inline_test.cpp
@@ -4339,7 +4339,7 @@ OpFunctionEnd
TEST_F(InlineTest, CreateDebugInlinedAtFromDebugLine) {
const std::string text = R"(OpCapability Shader
-; CHECK: OpExtInst %void %1 DebugInlinedAt %uint_6_0
+; CHECK: OpExtInst %void %1 DebugInlinedAt %uint_6
OpExtension "SPV_KHR_non_semantic_info"
%1 = OpExtInstImport "NonSemantic.Shader.DebugInfo.100"
OpMemoryModel Logical GLSL450