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 e0605b7 commit af314f5Copy full SHA for af314f5
src/analyses/custom_bitvector_analysis.cpp
@@ -270,7 +270,7 @@ void custom_bitvector_domaint::transform(
270
locationt to,
271
ai_baset &ai,
272
const namespacet &ns,
273
- ai_domain_baset::edge_typet /*edge_type*/)
+ ai_domain_baset::edge_typet edge_type)
274
{
275
// upcast of ai
276
custom_bitvector_analysist &cba=
@@ -396,11 +396,8 @@ void custom_bitvector_domaint::transform(
396
}
397
else
398
399
- goto_programt::const_targett next=from;
400
- ++next;
401
-
402
// only if there is an actual call, i.e., we have a body
403
- if(next!=to)
+ if(edge_type != ai_domain_baset::edge_typet::FUNCTION_LOCAL)
404
405
const code_typet &code_type=
406
to_code_type(ns.lookup(identifier).type);
0 commit comments