We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acbafe commit 8e42c38Copy full SHA for 8e42c38
src/engine/internal/llvm/llvmcodebuilder.cpp
@@ -55,7 +55,7 @@ std::shared_ptr<ExecutableCode> LLVMCodeBuilder::build()
55
if (m_warp) {
56
#ifdef ENABLE_CODE_ANALYZER
57
// Analyze the script (type analysis, optimizations, etc.)
58
- // NOTE: Do this only for non-warp scripts
+ // NOTE: Do this only for warp scripts
59
m_codeAnalyzer.analyzeScript(m_instructions);
60
#endif
61
}
0 commit comments