* haifa-sched.c (schedule_block): Fix thinko in previous
assertification patch.
From-SVN: r98606
+2005-04-23 Nathan Sidwell <nathan@codesourcery.com>
+
+ * haifa-sched.c (schedule_block): Fix thinko in previous
+ assertification patch.
+
2005-04-23 Richard Sandiford <rsandifo@redhat.com>
* config.gcc (hppa[12]*-*-hpux10*): Add pa/pa-hpux.opt to
/* Sanity check -- queue must be empty now. Meaningless if region has
multiple bbs. */
- gcc_assert (!current_sched_info->queue_must_finish_empty || q_size);
+ gcc_assert (!current_sched_info->queue_must_finish_empty || !q_size);
/* Update head/tail boundaries. */
head = NEXT_INSN (prev_head);