From: Jeffrey A Law Date: Thu, 21 Oct 1999 05:35:40 +0000 (+0000) Subject: sparc.md (movsf_const_intreg): If splitting, length must be > 1. X-Git-Tag: releases/gcc-2.95.2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=396f7e1a0fa15400d32fa4e202bb368e6a948ae0;p=thirdparty%2Fgcc.git 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: r30113 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3084634761b1..093aaf6144bd 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 02170b75fca8..cb008b169b1c 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -2838,7 +2838,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 @@ -3013,7 +3013,7 @@ return \"#\"; }" [(set_attr "type" "move") - (set_attr "length" "1")]) + (set_attr "length" "1,2,2")]) (define_split [(set (match_operand:DF 0 "register_operand" "")