X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gcc%2Fcoverage.h;h=43b639d16d394ae4cc89c0719ef01ab9fa236b64;hb=92bed036098928cd4659c8990e14cf7ad040e0c2;hp=d612c38d1592a80d8f70627f3a5b45e8ef033b15;hpb=512cc0151207de4c7ff3a84f040f730fe0d52458;p=gcc.git diff --git a/gcc/coverage.h b/gcc/coverage.h index d612c38d159..43b639d16d3 100644 --- a/gcc/coverage.h +++ b/gcc/coverage.h @@ -1,5 +1,5 @@ /* coverage.h - Defines data exported from coverage.c - Copyright (C) 1998-2018 Free Software Foundation, Inc. + Copyright (C) 1998-2020 Free Software Foundation, Inc. This file is part of GCC. @@ -52,7 +52,8 @@ extern tree tree_coverage_counter_addr (unsigned /*counter*/, unsigned/*num*/); /* Get all the counters for the current function. */ extern gcov_type *get_coverage_counts (unsigned /*counter*/, unsigned /*cfg_checksum*/, - unsigned /*lineno_checksum*/); + unsigned /*lineno_checksum*/, + unsigned /*n_counts*/); extern tree get_gcov_type (void); extern bool coverage_node_map_initialized_p (void);