summaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
diff options
context:
space:
mode:
authormkuvyrkov <mkuvyrkov@138bc75d-0d04-0410-961f-82ee72b054a4>2015-02-19 08:31:14 +0000
committermkuvyrkov <mkuvyrkov@138bc75d-0d04-0410-961f-82ee72b054a4>2015-02-19 08:31:14 +0000
commite25083665f86ef0c6093c6507f11cef643131e5d (patch)
treecebf2f546866419dc7a0e7c8e533ddfc1174fb44 /gcc/sched-int.h
parent52d2ad771e797f59d34beaefd26e2312a487c6f1 (diff)
downloadgcc-e25083665f86ef0c6093c6507f11cef643131e5d.tar.gz
Fix PR64935
* haifa-sched.c (enum rfs_decision, rfs_str): Remove RFS_DEBUG. (rank_for_schedule_debug): Update. (ready_sort): Make static. Move sorting logic to ... (ready_sort_debug, ready_sort_real): New static functions. (schedule_block): Sort both debug insns and real insns in preparation for ready list trimming. Improve debug output. * sched-int.h (ready_sort): Remove global declaration. * gcc.dg/pr64935-1.c, gcc.dg/pr64935-2.c: New tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220808 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r--gcc/sched-int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h
index 1b9f8d1d74f..1cb0e2d344d 100644
--- a/gcc/sched-int.h
+++ b/gcc/sched-int.h
@@ -1400,7 +1400,6 @@ extern int dfa_lookahead;
extern int autopref_multipass_dfa_lookahead_guard (rtx_insn *, int);
-extern void ready_sort (struct ready_list *);
extern rtx_insn *ready_element (struct ready_list *, int);
extern rtx_insn **ready_lastpos (struct ready_list *);