summaryrefslogtreecommitdiff
path: root/gcc/reorg.c
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2011-09-13 14:42:29 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2011-09-13 14:42:29 +0000
commit71d7ad14a7fe6a33cf05ae09db76afb6e3e77aa0 (patch)
tree10e134dec84da7be030b5d9adfe33f1c14f771e6 /gcc/reorg.c
parentc1e3502daab301b49905116a07ef6002cdf58589 (diff)
downloadgcc-71d7ad14a7fe6a33cf05ae09db76afb6e3e77aa0.tar.gz
gcc/
2011-09-13 Giuseppe Scrivano <gscrivano@gnu.org> * reorg.c: Always define make_return_insns. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178813 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r--gcc/reorg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c
index 8880545a74c..179bf5fbdaf 100644
--- a/gcc/reorg.c
+++ b/gcc/reorg.c
@@ -219,9 +219,7 @@ static rtx fill_slots_from_thread (rtx, rtx, rtx, rtx,
int *, rtx);
static void fill_eager_delay_slots (void);
static void relax_delay_slots (rtx);
-#ifdef HAVE_return
static void make_return_insns (rtx);
-#endif
/* A wrapper around next_active_insn which takes care to return ret_rtx
unchanged. */
@@ -3711,7 +3709,6 @@ relax_delay_slots (rtx first)
}
}
-#ifdef HAVE_return
/* Look for filled jumps to the end of function label. We can try to convert
them into RETURN insns if the insns in the delay slot are valid for the
@@ -3867,7 +3864,6 @@ make_return_insns (rtx first)
fill_simple_delay_slots (1);
fill_simple_delay_slots (0);
}
-#endif
/* Try to find insns to place in delay slots. */