File tree 2 files changed +10
-12
lines changed 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -231,8 +231,7 @@ SSA_assignment_stept::SSA_assignment_stept(
231
231
ssa_rhs = std::move (_ssa_rhs);
232
232
assignment_type = _assignment_type;
233
233
cond_expr = equal_exprt{ssa_lhs, ssa_rhs};
234
- hidden =
235
- assignment_type != symex_targett::assignment_typet::STATE &&
236
- assignment_type !=
237
- symex_targett::assignment_typet::VISIBLE_ACTUAL_PARAMETER;
234
+ hidden = assignment_type != symex_targett::assignment_typet::STATE &&
235
+ assignment_type !=
236
+ symex_targett::assignment_typet::VISIBLE_ACTUAL_PARAMETER;
238
237
}
Original file line number Diff line number Diff line change @@ -114,14 +114,13 @@ void symex_target_equationt::assignment(
114
114
{
115
115
PRECONDITION (ssa_lhs.is_not_nil ());
116
116
117
- SSA_steps.emplace_back (SSA_assignment_stept{
118
- source,
119
- guard,
120
- ssa_lhs,
121
- ssa_full_lhs,
122
- original_full_lhs,
123
- ssa_rhs,
124
- assignment_type});
117
+ SSA_steps.emplace_back (SSA_assignment_stept{source,
118
+ guard,
119
+ ssa_lhs,
120
+ ssa_full_lhs,
121
+ original_full_lhs,
122
+ ssa_rhs,
123
+ assignment_type});
125
124
126
125
merge_ireps (SSA_steps.back ());
127
126
}
You can’t perform that action at this time.
0 commit comments