aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/gcov.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/gcov.c')
-rw-r--r--gcc-4.9/gcc/gcov.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/gcov.c b/gcc-4.9/gcc/gcov.c
index b0e59e853..07c2f3706 100644
--- a/gcc-4.9/gcc/gcov.c
+++ b/gcc-4.9/gcc/gcov.c
@@ -1227,6 +1227,7 @@ read_graph_file (void)
*fns_end = fn;
fns_end = &fn->next;
current_tag = tag;
+
}
else if (fn && tag == GCOV_TAG_BLOCKS)
{
@@ -1337,6 +1338,7 @@ read_graph_file (void)
line_nos[ix++] = src_idx;
}
line_nos[ix++] = lineno;
+
}
else
{