comparison gcc/profile.h @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 84e7813d76e9
children 1830386684a0
comparison
equal deleted inserted replaced
130:e108057fa461 132:d34655255c78
1 /* Header file for minimum-cost maximal flow routines used to smooth basic 1 /* Header file for minimum-cost maximal flow routines used to smooth basic
2 block and edge frequency counts. 2 block and edge frequency counts.
3 Copyright (C) 2008-2017 Free Software Foundation, Inc. 3 Copyright (C) 2008-2018 Free Software Foundation, Inc.
4 Contributed by Paul Yuan (yingbo.com@gmail.com) 4 Contributed by Paul Yuan (yingbo.com@gmail.com)
5 and Vinodha Ramasamy (vinodha@google.com). 5 and Vinodha Ramasamy (vinodha@google.com).
6 6
7 This file is part of GCC. 7 This file is part of GCC.
8 GCC is free software; you can redistribute it and/or modify it under 8 GCC is free software; you can redistribute it and/or modify it under
73 73
74 extern void get_working_sets (void); 74 extern void get_working_sets (void);
75 75
76 /* Counter summary from the last set of coverage counts read by 76 /* Counter summary from the last set of coverage counts read by
77 profile.c. */ 77 profile.c. */
78 extern const struct gcov_ctr_summary *profile_info; 78 extern struct gcov_summary *profile_info;
79 79
80 #endif /* PROFILE_H */ 80 #endif /* PROFILE_H */