Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-goel committed Aug 31, 2024
1 parent 4225df4 commit 2c867dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/reach/avr_word_netlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2217,9 +2217,9 @@ void OpInst::propagate_uf() {
;
}

if (this != this->get_simple()) {
cout << "uf_prop: " << *this << " -> " << *(this->t_simple) << endl;
}
// if (this != this->get_simple()) {
// cout << "uf_prop: " << *this << " -> " << *(this->t_simple) << endl;
// }
}

bool OpInst::is_heavy_uf() {
Expand Down

0 comments on commit 2c867dc

Please sign in to comment.