summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r--gcc/haifa-sched.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index 2810c72a40d..1e2bc53d9e7 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -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. */