Commit d3971161 by Dorit Naishlos Committed by David Edelsohn

rs6000.md (save_fpregs_{si,di}): Add branch attribute.

2003-05-23  Dorit Naishlos  <gcchaifa@il.ibm.com>

        * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.

From-SVN: r67117
parent 0dc7ee3c
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> 2003-05-23 Eric Botcazou <ebotcazou@libertysurf.fr>
* doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*. * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
......
...@@ -14452,7 +14452,8 @@ ...@@ -14452,7 +14452,8 @@
(set (match_operand:DF 3 "memory_operand" "=m") (set (match_operand:DF 3 "memory_operand" "=m")
(match_operand:DF 4 "gpc_reg_operand" "f"))])] (match_operand:DF 4 "gpc_reg_operand" "f"))])]
"TARGET_32BIT" "TARGET_32BIT"
"bl %z2") "bl %z2"
[(set_attr "type" "branch")])
(define_insn "*save_fpregs_di" (define_insn "*save_fpregs_di"
[(match_parallel 0 "any_operand" [(match_parallel 0 "any_operand"
...@@ -14461,7 +14462,8 @@ ...@@ -14461,7 +14462,8 @@
(set (match_operand:DF 3 "memory_operand" "=m") (set (match_operand:DF 3 "memory_operand" "=m")
(match_operand:DF 4 "gpc_reg_operand" "f"))])] (match_operand:DF 4 "gpc_reg_operand" "f"))])]
"TARGET_64BIT" "TARGET_64BIT"
"bl %z2") "bl %z2"
[(set_attr "type" "branch")])
; These are to explain that changes to the stack pointer should ; These are to explain that changes to the stack pointer should
; not be moved over stores to stack memory. ; not be moved over stores to stack memory.
......
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