diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b47ed957a06e..d65927a03743 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 15 04:18:52 1998 David S. Miller + + * 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 a66cfdaf4b16..a55e0e60cca8 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