Mercurial > hg > octave-lyh
comparison libinterp/corefcn/pt-jit.cc @ 17468:dbfc7f98de02
User function support
author | LYH <lyh.kernel@gmail.com> |
---|---|
date | Mon, 23 Sep 2013 05:02:52 +0800 |
parents | 3cc57abeca48 |
children | f9abc8e5fc2e |
comparison
equal
deleted
inserted
replaced
17467:3cc57abeca48 | 17468:dbfc7f98de02 |
---|---|
644 } | 644 } |
645 | 645 |
646 void | 646 void |
647 jit_convert::visit_no_op_command (tree_no_op_command&) | 647 jit_convert::visit_no_op_command (tree_no_op_command&) |
648 { | 648 { |
649 throw jit_fail_exception ("No visit_no_op_command implementation"); | 649 return; |
650 } | 650 } |
651 | 651 |
652 void | 652 void |
653 jit_convert::visit_constant (tree_constant& tc) | 653 jit_convert::visit_constant (tree_constant& tc) |
654 { | 654 { |