# HG changeset patch # User Max Brister # Date 1337350260 21600 # Node ID 1e2196d0bea471f4e9397729e88851acf5636e8e # Parent a8f1e08de8fc4e2fb9e7aa5eda8a11be712e5123 doc: Removed old FIXMEs diff --git a/src/pt-jit.cc b/src/pt-jit.cc --- a/src/pt-jit.cc +++ b/src/pt-jit.cc @@ -58,7 +58,6 @@ // For now we leave this in so people tell when JIT actually happens static const bool debug_print = false; -//FIXME: Move into tree_jit static llvm::IRBuilder<> builder (llvm::getGlobalContext ()); // thrown when we should give up on JIT and interpret diff --git a/src/pt-jit.h b/src/pt-jit.h --- a/src/pt-jit.h +++ b/src/pt-jit.h @@ -287,8 +287,8 @@ return ol.result; } - // FIXME: generic creation should probably be handled seperatly void to_generic (jit_type *type, llvm::GenericValue& gv); + void to_generic (jit_type *type, llvm::GenericValue& gv, octave_value ov); octave_value to_octave_value (jit_type *type, llvm::GenericValue& gv);