2003-05-23 Dorit Naishlos <gcchaifa@il.ibm.com>
* config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
From-SVN: r67117
+2003-05-23 Dorit Naishlos <gcchaifa@il.ibm.com>
+
+ * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
+
2003-05-23 Eric Botcazou <ebotcazou@libertysurf.fr>
* doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
(set (match_operand:DF 3 "memory_operand" "=m")
(match_operand:DF 4 "gpc_reg_operand" "f"))])]
"TARGET_32BIT"
- "bl %z2")
+ "bl %z2"
+ [(set_attr "type" "branch")])
(define_insn "*save_fpregs_di"
[(match_parallel 0 "any_operand"
(set (match_operand:DF 3 "memory_operand" "=m")
(match_operand:DF 4 "gpc_reg_operand" "f"))])]
"TARGET_64BIT"
- "bl %z2")
+ "bl %z2"
+ [(set_attr "type" "branch")])
; These are to explain that changes to the stack pointer should
; not be moved over stores to stack memory.