Skip to content

Commit 86b143b

Browse files
authored
Merge pull request #2316 from tautschnig/ssa-perf-fix
Revert undocumented change of 27153d1
2 parents a6d32eb + 223d872 commit 86b143b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/ssa_expr.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class ssa_exprt:public symbol_exprt
6565

6666
const irep_idt get_l1_object_identifier() const
6767
{
68-
#if 1
68+
#if 0
6969
return get_l1_object().get_identifier();
7070
#else
7171
// the above is the clean version, this is the fast one, using

0 commit comments

Comments
 (0)