* function.c (assign_outer_stack_local): Make static and add prototype.
authorJeffrey A Law <law@cygnus.com>
Thu, 16 Apr 1998 22:08:49 +0000 (22:08 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 16 Apr 1998 22:08:49 +0000 (16:08 -0600)
From-SVN: r19245

gcc/ChangeLog
gcc/function.c

index 7becfbd871b107f221741f23ef7306be05742611..183c402ef0dbe70c402bfbf509584af6d27c7b5c 100644 (file)
@@ -1,5 +1,7 @@
 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
        instead of computing it locally.  Callers changed.
        (find_rgns): Several new arguments.  Callers changed.
index 8f29b73f4189e6cec5c72a6c7c1e84e724f294f1..d747ce67bf390aae4bb6a8ee5548956a30de60af 100644 (file)
@@ -405,6 +405,8 @@ struct fixup_replacement
    
 /* 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 void put_reg_into_stack PROTO((struct function *, rtx, tree,
                                       enum machine_mode, enum machine_mode,
@@ -728,7 +730,7 @@ assign_stack_local (mode, size, align)
    First three arguments are same as in preceding function.
    The last argument specifies the function to allocate in.  */
 
-rtx
+static rtx
 assign_outer_stack_local (mode, size, align, function)
      enum machine_mode mode;
      HOST_WIDE_INT size;