Skip to content

Commit 8e42c38

Browse files
committed
LLVMCodeBuilder: Fix a typo in code analyzer comment
1 parent 1acbafe commit 8e42c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/internal/llvm/llvmcodebuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ std::shared_ptr<ExecutableCode> LLVMCodeBuilder::build()
5555
if (m_warp) {
5656
#ifdef ENABLE_CODE_ANALYZER
5757
// Analyze the script (type analysis, optimizations, etc.)
58-
// NOTE: Do this only for non-warp scripts
58+
// NOTE: Do this only for warp scripts
5959
m_codeAnalyzer.analyzeScript(m_instructions);
6060
#endif
6161
}

0 commit comments

Comments
 (0)