summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-emit.cpp')
-rw-r--r--source/slang/slang-emit.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/slang/slang-emit.cpp b/source/slang/slang-emit.cpp
index fcdee78ea..9c72f1d63 100644
--- a/source/slang/slang-emit.cpp
+++ b/source/slang/slang-emit.cpp
@@ -381,9 +381,6 @@ Result linkAndOptimizeIR(
// 2. Transpose JVP to VJP code wherever needed. (Transposition or "reverse-mode" pass)
// processVJPDerivativeMarkers(module); // Disabled currently. No impl yet.
-
- // 3. Fill in higher-order invocations with the generated functions.
- processDerivativeCalls(irModule);
stripAutoDiffDecorations(irModule);