We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6d32eb + 223d872 commit 86b143bCopy full SHA for 86b143b
src/util/ssa_expr.h
@@ -65,7 +65,7 @@ class ssa_exprt:public symbol_exprt
65
66
const irep_idt get_l1_object_identifier() const
67
{
68
- #if 1
+ #if 0
69
return get_l1_object().get_identifier();
70
#else
71
// the above is the clean version, this is the fast one, using
0 commit comments