summaryrefslogtreecommitdiffstats
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
authorrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-21 05:00:08 +0000
committerrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-21 05:00:08 +0000
commit20b252b41470e050c9885f407ccb61414da12480 (patch)
tree643b1e97d0fd30102d5993dd4db108b3e03d1bc2 /gcc/haifa-sched.c
parent887b528a0bf765a69e4ed9fcb731f91b146dbc43 (diff)
downloadppe42-gcc-20b252b41470e050c9885f407ccb61414da12480.tar.gz
ppe42-gcc-20b252b41470e050c9885f407ccb61414da12480.zip
* haifa-sched.c (schedule_block): Provide empty source statement
if not MD_SCHED_REORDER2. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38411 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r--gcc/haifa-sched.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index 349897419ec..06480456269 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -1774,6 +1774,7 @@ schedule_block (b, rgn_n_insns)
schedule_insn (insn, &ready, clock_var);
next:
+ ;
#ifdef MD_SCHED_REORDER2
/* Sort the ready list based on priority. */
if (ready.n_ready > 0)
OpenPOWER on IntegriCloud