diff src/pt-jit.cc @ 14911:1e2196d0bea4

doc: Removed old FIXMEs
author Max Brister <max@2bass.com>
date Fri, 18 May 2012 08:11:00 -0600
parents a8f1e08de8fc
children c7071907a641
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