Mercurial > hg > octave-nkf
diff libinterp/parse-tree/pt-loop.h @ 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 | 4197fc428c7d |
children |
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-loop.h +++ b/libinterp/parse-tree/pt-loop.h @@ -48,7 +48,7 @@ tree_while_command (int l = -1, int c = -1) : tree_command (l, c), expr (0), list (0), lead_comm (0), trail_comm (0) -#ifdef HAVE_LLVM +#ifdef HAVE_JIT , compiled (0) #endif { } @@ -59,7 +59,7 @@ int l = -1, int c = -1) : tree_command (l, c), expr (e), list (0), lead_comm (lc), trail_comm (tc) -#ifdef HAVE_LLVM +#ifdef HAVE_JIT , compiled (0) #endif { } @@ -70,7 +70,7 @@ int l = -1, int c = -1) : tree_command (l, c), expr (e), list (lst), lead_comm (lc), trail_comm (tc) -#ifdef HAVE_LLVM +#ifdef HAVE_JIT , compiled (0) #endif { } @@ -90,7 +90,7 @@ void accept (tree_walker& tw); -#ifdef HAVE_LLVM +#ifdef HAVE_JIT // some functions use by tree_jit jit_info *get_info (void) const { @@ -119,7 +119,7 @@ private: -#ifdef HAVE_LLVM +#ifdef HAVE_JIT // compiled version of the loop jit_info *compiled; #endif @@ -179,7 +179,7 @@ tree_simple_for_command (int l = -1, int c = -1) : tree_command (l, c), parallel (false), lhs (0), expr (0), maxproc (0), list (0), lead_comm (0), trail_comm (0) -#ifdef HAVE_LLVM +#ifdef HAVE_JIT , compiled (0) #endif { } @@ -194,7 +194,7 @@ : tree_command (l, c), parallel (parallel_arg), lhs (le), expr (re), maxproc (maxproc_arg), list (lst), lead_comm (lc), trail_comm (tc) -#ifdef HAVE_LLVM +#ifdef HAVE_JIT , compiled (0) #endif { } @@ -220,7 +220,7 @@ void accept (tree_walker& tw); -#ifdef HAVE_LLVM +#ifdef HAVE_JIT // some functions use by tree_jit jit_info *get_info (void) const {