diff libinterp/parse-tree/pt-loop.cc @ 20654:b65888ec820e draft default tip gccjit

dmalcom gcc jit import
author Stefan Mahr <dac922@gmx.de>
date Fri, 27 Feb 2015 16:59:36 +0100
parents 4197fc428c7d
children
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-loop.cc	Tue Oct 13 11:40:05 2015 +0100
+++ b/libinterp/parse-tree/pt-loop.cc	Fri Feb 27 16:59:36 2015 +0100
@@ -50,7 +50,7 @@
   delete list;
   delete lead_comm;
   delete trail_comm;
-#ifdef HAVE_LLVM
+#ifdef HAVE_JIT
   delete compiled;
 #endif
 }
@@ -101,7 +101,7 @@
   delete list;
   delete lead_comm;
   delete trail_comm;
-#ifdef HAVE_LLVM
+#ifdef HAVE_JIT
   delete compiled;
 #endif
 }