aboutsummaryrefslogtreecommitdiffstats
path: root/src/llvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/llvm.cpp')
-rw-r--r--src/llvm.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/llvm.cpp b/src/llvm.cpp
index d6d29ce..810a7d3 100644
--- a/src/llvm.cpp
+++ b/src/llvm.cpp
@@ -314,8 +314,6 @@ LLVMEngine::compileFunction(CEnv& cenv, AFn* fn, const AType& argsT)
// Write function body
try {
- // Define value first for recursion
- cenv.precompile(fn, f);
fn->impls.push_back(make_pair(thisType, f));
CVal retVal = NULL;
for (size_t i = 2; i < fn->size(); ++i)