GCOV: remove typedef for function_t
authorMartin Liska <mliska@suse.cz>
Mon, 13 Nov 2017 09:06:13 +0000 (10:06 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 13 Nov 2017 09:06:13 +0000 (09:06 +0000)
commitcb8758b2020069a521ba7fc0e0a82f18945982c9
treec7fbda17b3e629bb7ce0da285702ecba69be7e10
parent4464b9772d6f2fe927a47f3a3e120ce5938fbfdf
GCOV: remove typedef for function_t

2017-11-13  Martin Liska  <mliska@suse.cz>

* gcov.c (struct function_info): Remove typedef for function_t.
(struct source_info): Likewise.
(source_info::get_functions_at_location): Likewise.
(solve_flow_graph): Likewise.
(find_exception_blocks): Likewise.
(add_line_counts): Likewise.
(output_intermediate_file): Likewise.
(process_file): Likewise.
(generate_results): Likewise.
(release_structures): Likewise.
(read_graph_file): Likewise.
(read_count_file): Likewise.
(accumulate_line_counts): Likewise.
(output_lines): Likewise.

From-SVN: r254675
gcc/ChangeLog
gcc/gcov.c