Commit e54635a2 by Jeffrey A Law Committed by Jeff Law

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
parent b768aa38
Wed Oct 20 22:57:58 1999 Jeffrey A Law (law@cygnus.com) 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 * local-alloc.c (update_equiv_regs): Check the correct insn
for pre-existing REG_EQUIV notes. for pre-existing REG_EQUIV notes.
......
...@@ -2771,7 +2771,7 @@ ...@@ -2771,7 +2771,7 @@
return \"#\"; return \"#\";
}" }"
[(set_attr "type" "move") [(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 ;; There isn't much I can do about this, if I change the
;; mode then flow info gets really confused because the ;; mode then flow info gets really confused because the
...@@ -2932,7 +2932,7 @@ ...@@ -2932,7 +2932,7 @@
ldd\\t%1, %0 ldd\\t%1, %0
#" #"
[(set_attr "type" "move") [(set_attr "type" "move")
(set_attr "length" "1")]) (set_attr "length" "1,2")])
(define_split (define_split
[(set (match_operand:DF 0 "register_operand" "") [(set (match_operand:DF 0 "register_operand" "")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment