3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

updating comment

This commit is contained in:
Nils Becker 2019-07-10 17:12:08 +02:00
parent 7a48524213
commit 1d859a98e5

View file

@ -574,7 +574,7 @@ struct th_rewriter_cfg : public default_rewriter_cfg {
map<expr *, unsigned, ptr_hash<expr>, ptr_eq<expr>> reference_map;
count_down_subterm_references(term, reference_map);
// Any term that was newly introduced by the rewrite step is only referenced within the result term.
// Any term that was newly introduced by the rewrite step is only referenced within / reachable from the result term.
for (auto kv : reference_map) {
if (kv.m_value == 0) {
m().trace_stream() << "[attach-enode] #" << kv.m_key->get_id() << " 0\n";