Commit 1ac4f799 by Jeffrey A Law Committed by Jeff Law

* function.c (assign_outer_stack_local): Make static and add prototype.

From-SVN: r19245
parent a2e68776
Thu Apr 16 22:41:02 1998 Jeffrey A Law (law@cygnus.com) Thu Apr 16 22:41:02 1998 Jeffrey A Law (law@cygnus.com)
* function.c (assign_outer_stack_local): Make static and add prototype.
* haifa-sched.c (build_control_flow): Accept raw data as inputs * haifa-sched.c (build_control_flow): Accept raw data as inputs
instead of computing it locally. Callers changed. instead of computing it locally. Callers changed.
(find_rgns): Several new arguments. Callers changed. (find_rgns): Several new arguments. Callers changed.
......
...@@ -405,6 +405,8 @@ struct fixup_replacement ...@@ -405,6 +405,8 @@ struct fixup_replacement
/* Forward declarations. */ /* Forward declarations. */
static rtx assign_outer_stack_local PROTO ((enum machine_mode, HOST_WIDE_INT,
int, struct function *));
static struct temp_slot *find_temp_slot_from_address PROTO((rtx)); static struct temp_slot *find_temp_slot_from_address PROTO((rtx));
static void put_reg_into_stack PROTO((struct function *, rtx, tree, static void put_reg_into_stack PROTO((struct function *, rtx, tree,
enum machine_mode, enum machine_mode, enum machine_mode, enum machine_mode,
...@@ -728,7 +730,7 @@ assign_stack_local (mode, size, align) ...@@ -728,7 +730,7 @@ assign_stack_local (mode, size, align)
First three arguments are same as in preceding function. First three arguments are same as in preceding function.
The last argument specifies the function to allocate in. */ The last argument specifies the function to allocate in. */
rtx static rtx
assign_outer_stack_local (mode, size, align, function) assign_outer_stack_local (mode, size, align, function)
enum machine_mode mode; enum machine_mode mode;
HOST_WIDE_INT size; HOST_WIDE_INT size;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment