sparc-protos.h (sparc_compute_frame_size): Delete.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 13 Jul 2018 08:12:39 +0000 (08:12 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 13 Jul 2018 08:12:39 +0000 (08:12 +0000)
* config/sparc/sparc-protos.h (sparc_compute_frame_size): Delete.
* config/sparc/sparc.c (sparc_compute_frame_size): Make static

From-SVN: r262625

gcc/ChangeLog
gcc/config/sparc/sparc-protos.h
gcc/config/sparc/sparc.c

index 07ff2b02e02dd82801efaf594601aba17720b5cd..a35bb99f4d5c28d54ae596306cd0ddacd204d6c4 100644 (file)
@@ -1,3 +1,8 @@
+2018-07-13  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * config/sparc/sparc-protos.h (sparc_compute_frame_size): Delete.
+       * config/sparc/sparc.c (sparc_compute_frame_size): Make static.
+
 2018-07-13  Richard Biener  <rguenther@suse.de>
 
        PR debug/86452
index 71a067e871c73b4babe6e716988fb72efadc8d99..4fb0ead7f6a50bb165c342cc870b7b218978d367 100644 (file)
@@ -31,7 +31,6 @@ extern unsigned long sparc_type_code (tree);
 #endif /* TREE_CODE */
 
 extern void order_regs_for_local_alloc (void);
-extern HOST_WIDE_INT sparc_compute_frame_size (HOST_WIDE_INT, int);
 extern int sparc_initial_elimination_offset (int);
 extern void sparc_expand_prologue (void);
 extern void sparc_flat_expand_prologue (void);
index a9a02afa7dca312bc33a5ad21f4e10f0cb19fd20..2481fbf3b0a8b2fe50ade690acdebc4570e6f5a0 100644 (file)
@@ -5459,7 +5459,7 @@ save_local_or_in_reg_p (unsigned int regno, int leaf_function)
 /* Compute the frame size required by the function.  This function is called
    during the reload pass and also by sparc_expand_prologue.  */
 
-HOST_WIDE_INT
+static HOST_WIDE_INT
 sparc_compute_frame_size (HOST_WIDE_INT size, int leaf_function)
 {
   HOST_WIDE_INT frame_size, apparent_frame_size;