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 4fe47e9 commit 60cef4cCopy full SHA for 60cef4c
src/engine/internal/llvm/instructions/procedures.cpp
@@ -44,6 +44,8 @@ LLVMInstruction *Procedures::buildCallProcedure(LLVMInstruction *ins)
44
llvm::FunctionType *type = m_utils.scriptFunctionType(ins->procedurePrototype);
45
std::vector<llvm::Value *> args;
46
47
+ m_utils.compilerCtx()->addUsedProcedure(name);
48
+
49
llvm::FunctionType *funcType = m_utils.scriptFunctionType(nullptr);
50
int passArgCount = funcType->getNumParams();
51
0 commit comments