Commit 5d27de7d by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r19725
parent 47312d84
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> 1998-05-13 Jim Wilson <wilson@cygnus.com>
* varasm.c (make_decl_rtl): Revert April 1 change. * varasm.c (make_decl_rtl): Revert April 1 change.
......
...@@ -8518,9 +8518,7 @@ schedule_insns (dump_file) ...@@ -8518,9 +8518,7 @@ schedule_insns (dump_file)
We could (should?) recompute register live information. Doing We could (should?) recompute register live information. Doing
so may even be beneficial. */ so may even be beneficial. */
/* CYGNUS LOCAL edge_splitting/law */ compute_preds_succs (s_preds, s_succs, num_preds, num_succs);
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 /* Compute the dominators and post dominators. We don't currently use
post dominators, but we should for speculative motion analysis. */ post dominators, but we should for speculative motion analysis. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment