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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index d795c2d86d1..4974c22f686 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -1906,8 +1906,6 @@ sched_init (dump_file)
/* Initialize issue_rate. */
issue_rate = ISSUE_RATE;
- split_all_insns (1);
-
/* We use LUID 0 for the fake insn (UID 0) which holds dependencies for
pseudos which do not cross calls. */
old_max_uid = get_max_uid () + 1;