summaryrefslogtreecommitdiff
path: root/source/slang/emit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/emit.cpp')
-rw-r--r--source/slang/emit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/emit.cpp b/source/slang/emit.cpp
index 25a0b5323..6231b4ca1 100644
--- a/source/slang/emit.cpp
+++ b/source/slang/emit.cpp
@@ -5287,6 +5287,7 @@ String emitEntryPoint(
auto lowered = lowerEntryPointToIR(entryPoint, programLayout, target);
+ // debugging:
// dumpIR(lowered);
// TODO: do we want to emit directly from IR, or translate the