* haifa-sched.c (schedule_insns): Fix merge goof.

From-SVN: r19725
This commit is contained in:
Jeffrey A Law 1998-05-13 16:52:15 +00:00 committed by Jeff Law
parent 47312d8401
commit 5d27de7d00
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Wed May 13 17:51:13 1998 Jeffrey A Law (law@cygnus.com)
* haifa-sched.c (schedule_insns): Fix merge goof.
1998-05-13 Jim Wilson <wilson@cygnus.com>
* varasm.c (make_decl_rtl): Revert April 1 change.

View File

@ -8518,9 +8518,7 @@ schedule_insns (dump_file)
We could (should?) recompute register live information. Doing
so may even be beneficial. */
/* CYGNUS LOCAL edge_splitting/law */
compute_preds_succs (s_preds, s_succs, num_preds, num_succs, 0);
/* END CYGNUS LOCAL */
compute_preds_succs (s_preds, s_succs, num_preds, num_succs);
/* Compute the dominators and post dominators. We don't currently use
post dominators, but we should for speculative motion analysis. */