summaryrefslogtreecommitdiff
path: root/gcc/shrink-wrap.c
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2015-09-10 19:19:27 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2015-09-10 19:19:27 +0000
commit93ede2d8355eb60f118fe8f7b6a298c92ba4e878 (patch)
tree6ec24f5d0e60cdf1f6437efebc5aa82e72f44111 /gcc/shrink-wrap.c
parent8d593d76a8d716cd3a022c7185fe9542ee094a15 (diff)
downloadgcc-93ede2d8355eb60f118fe8f7b6a298c92ba4e878.tar.gz
Put back requires_stack_frame_p used by i386.c
* shrink-wrap.c (requires_stack_frame_p): Remove static. * shrink-wrap.h (requires_stack_frame_p): Put back. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227659 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/shrink-wrap.c')
-rw-r--r--gcc/shrink-wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/shrink-wrap.c b/gcc/shrink-wrap.c
index 0ece4cf81c3..d10795a0b3a 100644
--- a/gcc/shrink-wrap.c
+++ b/gcc/shrink-wrap.c
@@ -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)
{