aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/gimple-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/gimple-parser.h')
-rw-r--r--gcc/c/gimple-parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/c/gimple-parser.h b/gcc/c/gimple-parser.h
index 383ad76..cc28c0f 100644
--- a/gcc/c/gimple-parser.h
+++ b/gcc/c/gimple-parser.h
@@ -22,7 +22,8 @@ along with GCC; see the file COPYING3. If not see
/* Gimple parsing functions. */
extern void c_parser_parse_gimple_body (c_parser *, char *,
- enum c_declspec_il);
+ enum c_declspec_il,
+ profile_count);
extern void c_parser_gimple_or_rtl_pass_list (c_parser *, c_declspecs *);
#endif