From a85c350df03c6cdf9b433f58fc0e66affda03e9e Mon Sep 17 00:00:00 2001 From: Darren Wihandi <65404740+fairywreath@users.noreply.github.com> Date: Sat, 18 Jan 2025 02:07:16 -0500 Subject: Implement Quad Control intrinsics (#5981) --- source/slang/slang-emit.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/slang/slang-emit.cpp') diff --git a/source/slang/slang-emit.cpp b/source/slang/slang-emit.cpp index 4fee5c440..d5c13121a 100644 --- a/source/slang/slang-emit.cpp +++ b/source/slang/slang-emit.cpp @@ -1955,8 +1955,6 @@ SlangResult CodeGenContext::emitEntryPointsSourceFromIR(ComPtr& outAr // Append the modules output code finalResult.append(code); - // Append all content that should be at the end of a module - sourceEmitter->emitPostModule(); finalResult.append(sourceWriter.getContentAndClear()); // Write out the result -- cgit v1.2.3