summaryrefslogtreecommitdiff
path: root/gcc/jump.c
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2013-05-06 19:02:12 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2013-05-06 19:02:12 +0000
commit5a2fb01f6d5e6f9e117ad3ca454b57bc90b3a166 (patch)
treef55285f0494cd3a17b590e13db249b4831517104 /gcc/jump.c
parent8db255bf83a718d2ab29f77c5778ffbb3c14cf9d (diff)
downloadgcc-5a2fb01f6d5e6f9e117ad3ca454b57bc90b3a166.tar.gz
* config/mips/mips.c: Include tree-pass.h.
(mips_reorg): Split in pre- and post-dbr_schedule parts. (mips_machine_reorg2): Move mips_reorg post-dbr_schedule parts here. (pass_mips_machine_reorg2): New machine specific pass. (insert_pass_mips_machine_reorg2): New pass plugin definition. (mips_option_override): Register the new pass. * rtl.h (cleanup_barriers): Remove prototype. (dbr_schedule): Likewise. * jump.c (cleanup_barriers): Make static. * reorg.c (dbr_schedule): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198640 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/jump.c')
-rw-r--r--gcc/jump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jump.c b/gcc/jump.c
index 9a171f4a9d9..4fb1e6e6bef 100644
--- a/gcc/jump.c
+++ b/gcc/jump.c
@@ -118,7 +118,7 @@ rebuild_jump_labels_chain (rtx chain)
This simple pass moves barriers and removes duplicates so that the
old code is happy.
*/
-unsigned int
+static unsigned int
cleanup_barriers (void)
{
rtx insn, next, prev;