Skip to content

Commit 7128e96

Browse files
Inline get_l1_name
For ssa_exprt's this always remove_level_2
1 parent 7eb73b6 commit 7128e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-symex/goto_symex_state.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ void goto_symex_statet::assignment(
222222
get_l1_name(l1_rhs);
223223

224224
ssa_exprt l1_lhs(lhs);
225-
get_l1_name(l1_lhs);
225+
l1_lhs.remove_level_2();
226226

227227
if(run_validation_checks)
228228
{

0 commit comments

Comments
 (0)