diff libinterp/parse-tree/pt-eval.cc @ 17092:a5aa4ac7d6b6

Add the do-until statement support
author LYH <lyh.kernel@gmail.com>
date Sat, 27 Jul 2013 00:36:55 +0800
parents 302157614308
children 3cc57abeca48
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-eval.cc
+++ b/libinterp/parse-tree/pt-eval.cc
@@ -1093,6 +1093,11 @@
   if (error_state)
     return;
 
+#if HAVE_LLVM
+  if (tree_jit::execute (cmd))
+    return;
+#endif
+
   unwind_protect frame;
 
   frame.protect_var (in_loop_command);