* config/sparc/sparc-protos.h (sparc_compute_frame_size): Delete.
* config/sparc/sparc.c (sparc_compute_frame_size): Make static
From-SVN: r262625
+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
#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);
/* 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;