From e54635a2f345d548f9c488b41e296708f1b76068 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Thu, 21 Oct 1999 05:33:20 +0000 Subject: [PATCH] sparc.md (movsf_const_intreg): If splitting, length must be > 1. * sparc.md (movsf_const_intreg): If splitting, length must be > 1. (movdf_const_intreg_sp64): Similarly. From-SVN: r30112 --- gcc/ChangeLog | 3 +++ gcc/config/sparc/sparc.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index badba0463b1..b67d09c2d51 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ Wed Oct 20 22:57:58 1999 Jeffrey A Law (law@cygnus.com) + * sparc.md (movsf_const_intreg): If splitting, length must be > 1. + (movdf_const_intreg_sp64): Similarly. + * local-alloc.c (update_equiv_regs): Check the correct insn for pre-existing REG_EQUIV notes. diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index c93f5eb5f1b..e6bfbc187f3 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -2771,7 +2771,7 @@ return \"#\"; }" [(set_attr "type" "move") - (set_attr "length" "1")]) + (set_attr "length" "1,2")]) ;; There isn't much I can do about this, if I change the ;; mode then flow info gets really confused because the @@ -2932,7 +2932,7 @@ ldd\\t%1, %0 #" [(set_attr "type" "move") - (set_attr "length" "1")]) + (set_attr "length" "1,2")]) (define_split [(set (match_operand:DF 0 "register_operand" "") -- 2.30.2