+Wed May 13 15:28:59 1998 Michael Meissner <meissner@cygnus.com>
+
+ * haifa-sched.c (schedule_block): Make verbose output line up.
+
Wed May 13 15:43:44 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (c-lang.o): Depend on c-tree.h, c-lex.h and toplev.h.
if (sched_verbose >= 2)
{
- fprintf (dump, ";;\t\tReady list initially: ");
+ fprintf (dump, ";;\t\tReady list initially: ");
debug_ready_list (ready, n_ready);
}
/* Initialize variables for region data dependence analysis.
n_bbs is the number of region blocks */
-HAIFA_INLINE static void
+__inline static void
init_rgn_data_dependences (n_bbs)
int n_bbs;
{
We could (should?) recompute register live information. Doing
so may even be beneficial. */
- compute_preds_succs (s_preds, s_succs, num_preds, num_succs);
+ /* CYGNUS LOCAL edge_splitting/law */
+ compute_preds_succs (s_preds, s_succs, num_preds, num_succs, 0);
+ /* END CYGNUS LOCAL */
/* Compute the dominators and post dominators. We don't currently use
post dominators, but we should for speculative motion analysis. */