mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
re-organize iterators
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d8a2e9d008
commit
53e36c9cf9
2 changed files with 57 additions and 99 deletions
|
@ -227,7 +227,7 @@ ast * ast_translation::process(ast const * _n) {
|
|||
while (fr.m_idx <= num) {
|
||||
expr * arg = to_app(n)->get_arg(fr.m_idx - 1);
|
||||
fr.m_idx++;
|
||||
if (!visit(arg))
|
||||
if (!visit(arg))
|
||||
goto loop;
|
||||
}
|
||||
func_decl * new_f = to_func_decl(m_result_stack[fr.m_rpos]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue