Skip to content

Commit 832eb93

Browse files
authored
Merge pull request #881 from reuk/ref-to-tmp-fix
Fix return of temporary ref in ssa_exprt
2 parents dab1510 + 3c98129 commit 832eb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/ssa_expr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class ssa_exprt:public symbol_exprt
4242
return static_cast<const exprt &>(find(ID_expression));
4343
}
4444

45-
const irep_idt &get_object_name() const
45+
irep_idt get_object_name() const
4646
{
4747
object_descriptor_exprt ode;
4848
ode.object()=get_original_expr();

0 commit comments

Comments
 (0)