diff options
Diffstat (limited to 'gcc/config/epiphany/epiphany-protos.h')
-rw-r--r-- | gcc/config/epiphany/epiphany-protos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/epiphany/epiphany-protos.h b/gcc/config/epiphany/epiphany-protos.h index 334c5337f7c..2e787da8579 100644 --- a/gcc/config/epiphany/epiphany-protos.h +++ b/gcc/config/epiphany/epiphany-protos.h @@ -53,3 +53,4 @@ extern bool epiphany_optimize_mode_switching (int entity); extern bool epiphany_is_interrupt_p (tree); extern unsigned epiphany_special_round_type_align (tree, unsigned, unsigned); extern unsigned epiphany_adjust_field_align (tree, unsigned); +extern void epiphany_start_function (FILE *f, const char *name, tree decl); |