Put back requires_stack_frame_p used by i386.c
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 10 Sep 2015 19:19:27 +0000 (19:19 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 10 Sep 2015 19:19:27 +0000 (12:19 -0700)
* shrink-wrap.c (requires_stack_frame_p): Remove static.
* shrink-wrap.h (requires_stack_frame_p): Put back.

From-SVN: r227659

gcc/ChangeLog
gcc/shrink-wrap.c
gcc/shrink-wrap.h

index a9a6fbd77b83df4ef2b1aabcaefc3215a8ec8469..d47b14659536581553def21953fc74b18bb21669 100644 (file)
@@ -1,3 +1,8 @@
+2015-09-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * shrink-wrap.c (requires_stack_frame_p): Remove static.
+       * shrink-wrap.h (requires_stack_frame_p): Put back.
+
 2015-09-10  Richard Sandiford  <richard.sandiford@arm.com>
 
        * reload1.c (elimination_costs_in_insn): Locally turn
index 0ece4cf81c32d061a0fe398587573353af6e1ce3..d10795a0b3a2fd4c63420586062a69e0f7a90159 100644 (file)
@@ -68,7 +68,7 @@ along with GCC; see the file COPYING3.  If not see
    PROLOGUE_USED contains the hard registers used in the function
    prologue.  SET_UP_BY_PROLOGUE is the set of registers we expect the
    prologue to set up for the function.  */
-static bool
+bool
 requires_stack_frame_p (rtx_insn *insn, HARD_REG_SET prologue_used,
                        HARD_REG_SET set_up_by_prologue)
 {
index efc83703b77f929b68748c2af923f72bd0d9497a..681990134f55eb876f9277e76ee649c0691b2b7f 100644 (file)
@@ -23,6 +23,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "function.h"
 
 /* In shrink-wrap.c.  */
+extern bool requires_stack_frame_p (rtx_insn *, HARD_REG_SET, HARD_REG_SET);
 extern void try_shrink_wrapping (edge *entry_edge, edge orig_entry_edge,
                                 bitmap_head *bb_flags, rtx_insn *prologue_seq);
 extern edge get_unconverted_simple_return (edge, bitmap_head,