From 53e891eb28ceac5f956399c65f2ae27d37f3d724 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 7 Dec 2022 13:42:48 -0800 Subject: Rename IR opcodes to unify style. (#2556) Co-authored-by: Yong He --- source/slang/slang-emit-glsl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/slang/slang-emit-glsl.cpp') diff --git a/source/slang/slang-emit-glsl.cpp b/source/slang/slang-emit-glsl.cpp index 02e633f98..6dbeba204 100644 --- a/source/slang/slang-emit-glsl.cpp +++ b/source/slang/slang-emit-glsl.cpp @@ -1474,7 +1474,7 @@ bool GLSLSourceEmitter::tryEmitInstExprImpl(IRInst* inst, const EmitOpInfo& inOu { switch (inst->getOp()) { - case kIROp_constructVectorFromScalar: + case kIROp_MakeVectorFromScalar: { // Simple constructor call EmitOpInfo outerPrec = inOuterPrec; -- cgit v1.2.3