mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-12 03:16:50 +08:00
* haifa-sched.c (schedule_insns): Fix merge goof.
From-SVN: r19725
This commit is contained in:
parent
47312d8401
commit
5d27de7d00
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user