We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48518dc commit 8364cc2Copy full SHA for 8364cc2
src/reach/avr_word_netlist.cpp
@@ -1915,7 +1915,7 @@ void OpInst::propagate_uf() {
1915
if (NumInst::as(lhs) && NumInst::as(lhs)->get_num() == 0) {
1916
// 0 % rhs = 0
1917
t_simple = NumInst::create(0, get_size(), get_sort());
1918
- } else if (NumInst::as(rhs) && NumInst::as(lhs)->get_num() == 1) {
+ } else if (NumInst::as(rhs) && NumInst::as(rhs)->get_num() == 1) {
1919
// lhs % 1 = 0
1920
1921
} else if (lhs == rhs) {
0 commit comments