summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.mm
diff options
context:
space:
mode:
Diffstat (limited to 'MLKLLVMCompiler.mm')
-rw-r--r--MLKLLVMCompiler.mm3
1 files changed, 1 insertions, 2 deletions
diff --git a/MLKLLVMCompiler.mm b/MLKLLVMCompiler.mm
index 81a2361..87a7ead 100644
--- a/MLKLLVMCompiler.mm
+++ b/MLKLLVMCompiler.mm
@@ -680,6 +680,7 @@ static Constant
execution_engine->getPointerToFunction (function);
//NSLog (@"Done.");
//function->dump();
+ //function->viewCFG();
//NSLog (@"Function built.");
builder.SetInsertPoint (outerBlock);
@@ -699,8 +700,6 @@ static Constant
onObject:mlkcompiledclosure
withArgumentVector:&argv];
- //function->viewCFG();
-
return closure;
}
@end