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 7031dc2 commit bc4454aCopy full SHA for bc4454a
src/analyses/constant_propagator.cpp
@@ -38,7 +38,7 @@ void constant_propagator_domaint::assign_rec(
38
values.replace_const(tmp);
39
simplify(tmp, ns);
40
41
- if(tmp.is_constant())
+ if(values.is_constant(tmp))
42
values.set_to(s, tmp);
43
else
44
values.set_to_top(s);
0 commit comments