Skip to content

Commit 3c9f1b1

Browse files
owen-jones-diffbluetautschnig
owen-jones-diffblue
andauthored
Update src/util/simplify_expr_pointer.cpp
Co-Authored-By: tautschnig <[email protected]>
1 parent fbf7968 commit 3c9f1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/simplify_expr_pointer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ bool simplify_exprt::simplify_inequality_address_of(exprt &expr)
459459
return false;
460460
}
461461
else if(
462-
(tmp0.op0().id() == ID_symbol && tmp1.op0().id() == ID_dynamic_object) &&
462+
(tmp0.op0().id() == ID_symbol && tmp1.op0().id() == ID_dynamic_object) ||
463463
(tmp0.op0().id() == ID_dynamic_object && tmp1.op0().id() == ID_symbol))
464464
{
465465
expr.make_bool(expr.id() != ID_equal);

0 commit comments

Comments
 (0)