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
This commit is contained in:
Dorit Naishlos 2003-05-23 14:47:34 +00:00 committed by David Edelsohn
parent 0dc7ee3cda
commit d397116182
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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*.

View File

@ -14452,7 +14452,8 @@
(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"
@ -14461,7 +14462,8 @@
(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.