From 05b432db5bcddb96c6ed9ddd88edfdfaa81d17a6 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Tue, 26 Jun 2001 12:47:33 +0200 Subject: i386.md (float_truncate splitter, [...]): Add reload_completted; fix operand predicate. * i386.md (float_truncate splitter, and to mov splitters): Add reload_completted; fix operand predicate. * haifa-sched.c (sched_init): Do not split insns. * toplev.c (rest_of_compilation): Call split_all_insns before sched1 pass; simplify condition of post-reload splitter; call split_all_insn before sched2 pass. From-SVN: r43575 --- gcc/haifa-sched.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/haifa-sched.c') 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; -- cgit v1.2.1