diff options
Diffstat (limited to 'gcc/config/c4x/c4x-protos.h')
-rw-r--r-- | gcc/config/c4x/c4x-protos.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/c4x/c4x-protos.h b/gcc/config/c4x/c4x-protos.h index 62fae3b809c..57df4f35274 100644 --- a/gcc/config/c4x/c4x-protos.h +++ b/gcc/config/c4x/c4x-protos.h @@ -75,6 +75,9 @@ extern struct rtx_def *c4x_va_arg PARAMS ((tree, tree)); extern rtx c4x_expand_builtin PARAMS((tree, rtx, rtx, enum machine_mode, int)); + +extern void c4x_init_builtins PARAMS((tree)); + #endif /* TREE_CODE and RTX_CODE*/ @@ -275,8 +278,6 @@ extern int valid_parallel_operands_5 PARAMS ((rtx *, enum machine_mode)); extern int valid_parallel_operands_6 PARAMS ((rtx *, enum machine_mode)); -extern void c4x_init_builtins PARAMS((void)); - extern rtx smulhi3_libfunc; extern rtx umulhi3_libfunc; extern rtx fix_truncqfhi2_libfunc; |