diff options
author | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-21 05:00:08 +0000 |
---|---|---|
committer | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-21 05:00:08 +0000 |
commit | 20b252b41470e050c9885f407ccb61414da12480 (patch) | |
tree | 643b1e97d0fd30102d5993dd4db108b3e03d1bc2 /gcc/haifa-sched.c | |
parent | 887b528a0bf765a69e4ed9fcb731f91b146dbc43 (diff) | |
download | gcc-20b252b41470e050c9885f407ccb61414da12480.tar.gz |
* 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.c | 1 |
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) |