From 2d81c9bfe7e4c268816fdc3fa86ea5ebd6163f1f Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Tue, 15 Sep 1998 05:26:00 +0000 Subject: [PATCH] sparc.md (movdf_const_intreg_sp32): Fix length attribute. * config/sparc/sparc.md (movdf_const_intreg_sp32): Fix length attribute. From-SVN: r22422 --- gcc/ChangeLog | 5 +++++ gcc/config/sparc/sparc.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b47ed957a06..d65927a0374 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 a66cfdaf4b1..a55e0e60cca 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 -- 2.30.2