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 e429786 commit 98cd3b7Copy full SHA for 98cd3b7
src/pointer-analysis/local_value_set_analysis.cpp
@@ -267,10 +267,7 @@ void local_value_set_analysist::transform_function_stub(
267
// Ordinary value set member (not an external value set);
268
269
const auto rhs_num=valuesets.object_numbering.get_number(rhs_expr);
270
- //object_numberingt::number_type rhs_num;
271
- if(can_cast_expr<dynamic_object_exprt>(rhs_expr) &&
272
- l_call->location_number==valuesets.location_number &&
273
- rhs_num)
+ if(can_cast_expr<dynamic_object_exprt>(rhs_expr) && rhs_num)
274
{
275
// Replace all the current most-recent-allocation dynamic-objects
276
// with the corresponding any-allocation ones
0 commit comments