We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826835f commit 5413018Copy full SHA for 5413018
src/ast/euf/euf_ac_plugin.cpp
@@ -442,7 +442,7 @@ namespace euf {
442
// simplify eq using processed
443
TRACE("plugin",
444
for (auto other_eq : backward_iterator(eq_id))
445
- tout << "backward iterator " << eq_id << " vs " << other_eq << " " << is_processed(other_eq) << "\n"););
+ tout << "backward iterator " << eq_id << " vs " << other_eq << " " << is_processed(other_eq) << "\n");
446
447
if (is_processed(other_eq) && backward_simplify(eq_id, other_eq))
448
goto loop_start;
0 commit comments