aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-10-21 05:35:40 +0000
committerJeff Law <law@gcc.gnu.org>1999-10-20 23:35:40 -0600
commit396f7e1a0fa15400d32fa4e202bb368e6a948ae0 (patch)
tree0c19b50773638f9c02cc0df0779b41b2ec15a572
parent0ecba966187c6b806ed4573b39708c83501b601e (diff)
downloadgcc-396f7e1a0fa15400d32fa4e202bb368e6a948ae0.zip
gcc-396f7e1a0fa15400d32fa4e202bb368e6a948ae0.tar.gz
gcc-396f7e1a0fa15400d32fa4e202bb368e6a948ae0.tar.bz2
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
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/config/sparc/sparc.md4
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3084634..093aaf6 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 02170b7..cb008b1 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" "")