aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
authorRobert Lipe <robertlipe@usa.net>2000-12-21 05:00:08 +0000
committerRobert Lipe <robertl@gcc.gnu.org>2000-12-21 05:00:08 +0000
commit01c70ab016d52a0b7e823d690e932f1ba1a8c3d3 (patch)
tree643b1e97d0fd30102d5993dd4db108b3e03d1bc2 /gcc/haifa-sched.c
parentf387d86265958024451b95f52253123fdb829edc (diff)
downloadgcc-01c70ab016d52a0b7e823d690e932f1ba1a8c3d3.zip
gcc-01c70ab016d52a0b7e823d690e932f1ba1a8c3d3.tar.gz
gcc-01c70ab016d52a0b7e823d690e932f1ba1a8c3d3.tar.bz2
haifa-sched.c (schedule_block): Provide empty source statement if not MD_SCHED_REORDER2.
* haifa-sched.c (schedule_block): Provide empty source statement if not MD_SCHED_REORDER2. From-SVN: r38411
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 3498974..0648045 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)