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 45e07a7 commit f173f21Copy full SHA for f173f21
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