diff options
author | David S. Miller <davem@pierdol.cobaltmicro.com> | 1998-09-15 05:26:00 +0000 |
---|---|---|
committer | David S. Miller <davem@gcc.gnu.org> | 1998-09-14 22:26:00 -0700 |
commit | 2d81c9bfe7e4c268816fdc3fa86ea5ebd6163f1f (patch) | |
tree | adb0a21221a6dafa215fadaec8641e33aaf2ee9b | |
parent | a9c17941beb7a386ebe0b53287d506d469b9c8fd (diff) | |
download | gcc-2d81c9bfe7e4c268816fdc3fa86ea5ebd6163f1f.zip gcc-2d81c9bfe7e4c268816fdc3fa86ea5ebd6163f1f.tar.gz gcc-2d81c9bfe7e4c268816fdc3fa86ea5ebd6163f1f.tar.bz2 |
sparc.md (movdf_const_intreg_sp32): Fix length attribute.
* config/sparc/sparc.md (movdf_const_intreg_sp32): Fix length
attribute.
From-SVN: r22422
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/sparc/sparc.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b47ed95..d65927a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index a66cfda..a55e0e6 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -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 |