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:
parent
0dc7ee3cda
commit
d397116182
@ -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*.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user