We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc86e1 commit 48b154aCopy full SHA for 48b154a
src/goto-programs/goto_statistics.cpp
@@ -15,6 +15,8 @@ void goto_statisticst::extend(
15
{
16
for(auto const &elem : functions.function_map)
17
18
+ if(!elem.second.body_available())
19
+ continue;
20
for(const auto &instr : elem.second.body.instructions)
21
22
switch(instr.type)
0 commit comments