mirror of
https://github.com/Z3Prover/z3
synced 2026-07-15 03:25:43 +00:00
move verbose out to where it is used
This commit is contained in:
parent
3f6a57e8a8
commit
30a4a84c79
1 changed files with 1 additions and 3 deletions
|
|
@ -857,10 +857,8 @@ namespace smt {
|
|||
// Compile HO pattern and also register the compiled version with MAM
|
||||
if (m_ho_matcher) {
|
||||
auto [q1, p1] = m_ho_matcher->compile_ho_pattern(q, mp);
|
||||
IF_VERBOSE(10, verbose_stream() << "ho_matching: q=" << q->get_qid()
|
||||
<< " compiled=" << (p1 != mp)
|
||||
<< " p1=" << mk_pp(p1, m) << "\n");
|
||||
if (p1 != mp) {
|
||||
IF_VERBOSE(10, verbose_stream() << "ho_matching: q=" << q->get_qid() << " p1= " << mk_pp(p1, m) << "\n");
|
||||
m_lazy_mam->add_pattern(q1, p1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue