changeset 14911:1e2196d0bea4

doc: Removed old FIXMEs
author Max Brister <max@2bass.com>
date Fri, 18 May 2012 08:11:00 -0600
parents a8f1e08de8fc
children 3d3c002ccc60
files src/pt-jit.cc src/pt-jit.h
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/pt-jit.cc	Fri May 18 08:09:03 2012 -0600
+++ b/src/pt-jit.cc	Fri May 18 08:11:00 2012 -0600
@@ -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
--- a/src/pt-jit.h	Fri May 18 08:09:03 2012 -0600
+++ b/src/pt-jit.h	Fri May 18 08:11:00 2012 -0600
@@ -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);