mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 13:30:59 +08:00
sparc.md (movdf_const_intreg_sp32): Fix length attribute.
* config/sparc/sparc.md (movdf_const_intreg_sp32): Fix length attribute. From-SVN: r22422
This commit is contained in:
parent
a9c17941be
commit
2d81c9bfe7
@ -1,3 +1,8 @@
|
||||
Tue Sep 15 04:18:52 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
|
||||
|
||||
* config/sparc/sparc.md (movdf_const_intreg_sp32): Fix length
|
||||
attribute.
|
||||
|
||||
Mon Sep 14 14:02:53 PDT 1998 Jeff Law (law@cygnus.com)
|
||||
|
||||
* version.c: Bump for snapshot.
|
||||
|
@ -2947,7 +2947,7 @@
|
||||
return \"#\";
|
||||
}"
|
||||
[(set_attr "type" "move")
|
||||
(set_attr "length" "1")])
|
||||
(set_attr "length" "1,2,2")])
|
||||
|
||||
;; ?? This and split disabled on sparc64... When I change the destination
|
||||
;; ?? reg to be DImode to emit the constant formation code, the instruction
|
||||
|
Loading…
x
Reference in New Issue
Block a user