Skip to content

Commit d3e2058

Browse files
author
Daniel Kroening
committed
compilation fix for custom_bitvector_analysis
1 parent 5879cf2 commit d3e2058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-analyzer/taint_analysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ bool taint_analysist::operator()(
356356
if(!custom_bitvector_domaint::has_get_must_or_may(i_it->guard))
357357
continue;
358358

359-
if(custom_bitvector_analysis[i_it].is_bottom) continue;
359+
if(custom_bitvector_analysis[i_it].has_values.is_false()) continue;
360360

361361
exprt result=custom_bitvector_analysis.eval(i_it->guard, i_it);
362362
exprt result2=simplify_expr(result, ns);

0 commit comments

Comments
 (0)