Skip to content

Commit 2c867dc

Browse files
committed
Minor
1 parent 4225df4 commit 2c867dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/reach/avr_word_netlist.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2217,9 +2217,9 @@ void OpInst::propagate_uf() {
22172217
;
22182218
}
22192219

2220-
if (this != this->get_simple()) {
2221-
cout << "uf_prop: " << *this << " -> " << *(this->t_simple) << endl;
2222-
}
2220+
// if (this != this->get_simple()) {
2221+
// cout << "uf_prop: " << *this << " -> " << *(this->t_simple) << endl;
2222+
// }
22232223
}
22242224

22252225
bool OpInst::is_heavy_uf() {

0 commit comments

Comments
 (0)