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 e35f6b7 commit 471a7a0Copy full SHA for 471a7a0
src/goto-symex/symex_target_equation.h
@@ -223,11 +223,13 @@ class symex_target_equationt:public symex_targett
223
type(goto_trace_stept::NONE),
224
hidden(false),
225
guard(static_cast<const exprt &>(get_nil_irep())),
226
+ guard_literal(const_literal(false)),
227
ssa_lhs(static_cast<const ssa_exprt &>(get_nil_irep())),
228
ssa_full_lhs(static_cast<const exprt &>(get_nil_irep())),
229
original_full_lhs(static_cast<const exprt &>(get_nil_irep())),
230
ssa_rhs(static_cast<const exprt &>(get_nil_irep())),
231
cond_expr(static_cast<const exprt &>(get_nil_irep())),
232
+ cond_literal(const_literal(false)),
233
formatted(false),
234
atomic_section_id(0),
235
ignore(false)
0 commit comments