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:
Richard Earnshaw 2003-02-02 16:20:31 +00:00 committed by Richard Earnshaw
parent f269f54ff8
commit 0732a08996
2 changed files with 15 additions and 2 deletions

View File

@ -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.

View File

@ -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"