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
This commit is contained in:
parent
6e9ca1fa55
commit
cf4d5c758a
@ -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 <ebotcazou@adacore.com>
|
||||
|
||||
* config/alpha/alpha.c (alpha_split_tfmode_pair): Rename into
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user