summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.mm
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-23 18:52:16 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-23 18:52:16 +0200
commite843a33a110295ec1b7498e37d08e1416070500a (patch)
tree9caa308662b1c053eb2e15fe8d72f1276d8f4566 /MLKLLVMCompiler.mm
parent02dfcf5134195d9a0fc13bfbee235e6f8b5730f1 (diff)
LLVM compiler: Minor cleanups.
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