We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7064483 commit ddd3d03Copy full SHA for ddd3d03
src/util/simplify_expr.cpp
@@ -2132,6 +2132,14 @@ bool simplify_exprt::simplify_byte_update(byte_update_exprt &expr)
2132
2133
return false;
2134
}
2135
+
2136
+ if(result_expr.is_not_nil())
2137
+ {
2138
+ simplify_rec(result_expr);
2139
+ expr.swap(result_expr);
2140
2141
+ return false;
2142
+ }
2143
2144
2145
// replace elements of array or struct expressions, possibly using
0 commit comments