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 a18b32d commit 131e525Copy full SHA for 131e525
src/analyses/local_bitvector_analysis.cpp
@@ -62,7 +62,7 @@ bool local_bitvector_analysist::is_tracked(const irep_idt &identifier)
62
{
63
localst::locals_mapt::const_iterator it=locals.locals_map.find(identifier);
64
if(it==locals.locals_map.end() ||
65
- it->second.id()!=ID_pointer ||
+ it->second.type().id()!=ID_pointer ||
66
dirty(identifier))
67
return false;
68
0 commit comments