mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-04 01:04:26 +08:00
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:
parent
df62c92af5
commit
2f76d42cf7
@ -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
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user