From: Kazu Hirata Date: Wed, 18 Jan 2006 15:04:37 +0000 (+0000) Subject: reg-stack.c (reg_to_stack): Make it static. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf4d5c758accbfd128428d4d7e1c50261ec12c57;p=platform%2Fupstream%2Fgcc.git reg-stack.c (reg_to_stack): Make it static. * reg-stack.c (reg_to_stack): Make it static. * rtl.h: Remove the prototype for reg_to_stack. From-SVN: r109890 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 72c3256..71df6da 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -10,6 +10,9 @@ * postreload-gcse.c (gcse_after_reload_main): Make it static. * rtl.h: Remove the prototype for gcse_after_reload_main. + * reg-stack.c (reg_to_stack): Make it static. + * rtl.h: Remove the prototype for reg_to_stack. + 2006-01-18 Eric Botcazou * config/alpha/alpha.c (alpha_split_tfmode_pair): Rename into diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index 2811a6b..fc59118 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -3023,7 +3023,7 @@ convert_regs (FILE *file) code duplication created when the converter inserts pop insns on the edges. */ -bool +static bool reg_to_stack (FILE *file) { basic_block bb; diff --git a/gcc/rtl.h b/gcc/rtl.h index 0edff24..c70c017 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -2075,9 +2075,6 @@ extern void dump_local_alloc (FILE *); /* In reload1.c */ extern int function_invariant_p (rtx); -/* In reg-stack.c */ -extern bool reg_to_stack (FILE *); - /* In calls.c */ enum libcall_type {