diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-23 18:52:16 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-23 18:52:16 +0200 |
commit | e843a33a110295ec1b7498e37d08e1416070500a (patch) | |
tree | 9caa308662b1c053eb2e15fe8d72f1276d8f4566 | |
parent | 02dfcf5134195d9a0fc13bfbee235e6f8b5730f1 (diff) |
LLVM compiler: Minor cleanups.
-rw-r--r-- | MLKLLVMCompiler.mm | 3 |
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 |