Skip to content

Commit 458c3c2

Browse files
Daniel Kroeningowen-jones-diffblue
Daniel Kroening
and
owen-jones-diffblue
authored
Update src/analyses/local_may_alias.cpp
Co-Authored-By: owen-jones-diffblue <[email protected]>
1 parent 6b03107 commit 458c3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analyses/local_may_alias.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ void local_may_aliast::get_rec(
278278
}
279279
else if(rhs.id()==ID_minus)
280280
{
281-
const auto &op0 = to_minus_expr(rhs);
281+
const auto &op0 = to_minus_expr(rhs).op0();
282282

283283
if(op0.type().id() == ID_pointer)
284284
{

0 commit comments

Comments
 (0)