rs6000.md (movdf_hardfloat32): Use worst case insn length attributes for cases 1 and 2.

* rs6000.md (movdf_hardfloat32): Use worst case insn length
        attributes for cases 1 and 2.

From-SVN: r27620
This commit is contained in:
David Edelsohn 1999-06-20 13:59:59 +00:00 committed by David Edelsohn
parent df62c92af5
commit 2f76d42cf7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sun Jun 20 16:57:29 1999 David Edelsohn <edelsohn@gnu.org>
* rs6000.md (movdf_hardfloat32): Use worst case insn length
attributes for cases 1 and 2.
Sat Jun 19 22:52:55 1999 Richard Henderson <rth@cygnus.com>
* haifa-sched.c (sched_analyze): Mark call-user regs as clobbered

View File

@ -6397,7 +6397,7 @@
}
}"
[(set_attr "type" "*,load,store,*,*,*,fp,fpload,fpstore")
(set_attr "length" "8,8,8,8,12,16,*,*,*")])
(set_attr "length" "8,16,16,8,12,16,*,*,*")])
(define_insn "*movdf_softfloat32"
[(set (match_operand:DF 0 "nonimmediate_operand" "=r,r,m,r,r,r")