Skip to content

Commit

Permalink
Merge pull request diffblue#2316 from tautschnig/ssa-perf-fix
Browse files Browse the repository at this point in the history
Revert undocumented change of 27153d1
  • Loading branch information
tautschnig authored Jun 10, 2018
2 parents a6d32eb + 223d872 commit 86b143b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/ssa_expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class ssa_exprt:public symbol_exprt

const irep_idt get_l1_object_identifier() const
{
#if 1
#if 0
return get_l1_object().get_identifier();
#else
// the above is the clean version, this is the fast one, using
Expand Down

0 comments on commit 86b143b

Please sign in to comment.