mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 05:58:56 +08:00
arm.md (sibcall_epilogue): Set the "conds" to "clob".
* arm.md (sibcall_epilogue): Set the "conds" to "clob". (epilogue_insns): Likewise. From-SVN: r62281
This commit is contained in:
parent
f269f54ff8
commit
0732a08996
@ -1,3 +1,8 @@
|
||||
2003-02-02 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* arm.md (sibcall_epilogue): Set the "conds" to "clob".
|
||||
(epilogue_insns): Likewise.
|
||||
|
||||
2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
|
||||
|
@ -8446,7 +8446,11 @@
|
||||
"
|
||||
;; Length is absolute worst case
|
||||
[(set_attr "length" "44")
|
||||
(set_attr "type" "block")]
|
||||
(set_attr "type" "block")
|
||||
;; We don't clobber the conditions, but the potential length of this
|
||||
;; operation is sufficient to make conditionalizing the sequence
|
||||
;; unlikely to be profitable.
|
||||
(set_attr "conds" "clob")]
|
||||
)
|
||||
|
||||
(define_insn "*epilogue_insns"
|
||||
@ -8460,7 +8464,11 @@
|
||||
"
|
||||
; Length is absolute worst case
|
||||
[(set_attr "length" "44")
|
||||
(set_attr "type" "block")]
|
||||
(set_attr "type" "block")
|
||||
;; We don't clobber the conditions, but the potential length of this
|
||||
;; operation is sufficient to make conditionalizing the sequence
|
||||
;; unlikely to be profitable.
|
||||
(set_attr "conds" "clob")]
|
||||
)
|
||||
|
||||
(define_expand "eh_epilogue"
|
||||
|
Loading…
Reference in New Issue
Block a user