OSDN Git Service

* haifa-sched.c (schedule_block): Provide empty source statement
authorrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Dec 2000 05:00:08 +0000 (05:00 +0000)
committerrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Dec 2000 05:00:08 +0000 (05:00 +0000)
        if not MD_SCHED_REORDER2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38411 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/haifa-sched.c

index 724c8cc..ce228cf 100644 (file)
@@ -1,3 +1,8 @@
+2000-12-20  Robert Lipe <robertlipe@usa.net>
+
+       * haifa-sched.c (schedule_block): Provide empty source statement
+       if not MD_SCHED_REORDER2.
+
 2000-12-20  Richard Henderson  <rth@redhat.com>
 
        * rtl.h (REG_NON_LOCAL_GOTO): New.
index 3498974..0648045 100644 (file)
@@ -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)