diff libinterp/parse-tree/pt-eval.cc @ 20830: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 56fee8f84fe7
children
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-eval.cc
+++ b/libinterp/parse-tree/pt-eval.cc
@@ -298,7 +298,7 @@
 
   octave_value rhs = expr->rvalue1 ();
 
-#if HAVE_LLVM
+#if HAVE_JIT
   if (tree_jit::execute (cmd, rhs))
     return;
 #endif
@@ -1028,7 +1028,7 @@
 void
 tree_evaluator::visit_while_command (tree_while_command& cmd)
 {
-#if HAVE_LLVM
+#if HAVE_JIT
   if (tree_jit::execute (cmd))
     return;
 #endif