From 70714705747f3491c55e14b74f87641010351d6c Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 7 Dec 2022 12:52:20 -0800 Subject: Remove `construct` IR op. (#2555) Co-authored-by: Yong He --- source/slang/slang-emit-hlsl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'source/slang/slang-emit-hlsl.cpp') diff --git a/source/slang/slang-emit-hlsl.cpp b/source/slang/slang-emit-hlsl.cpp index b4db75616..d98c69430 100644 --- a/source/slang/slang-emit-hlsl.cpp +++ b/source/slang/slang-emit-hlsl.cpp @@ -433,7 +433,6 @@ bool HLSLSourceEmitter::tryEmitInstExprImpl(IRInst* inst, const EmitOpInfo& inOu { switch (inst->getOp()) { - case kIROp_Construct: case kIROp_makeVector: case kIROp_MakeMatrix: { -- cgit v1.2.3