mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 10:00:35 +08:00
cris.md ("epilogue"): Remove condition.
* config/cris/cris.md ("epilogue"): Remove condition. ("prologue"): Ditto. From-SVN: r225308
This commit is contained in:
parent
a02bf6abb8
commit
cc2af70593
@ -1,3 +1,8 @@
|
||||
2015-07-02 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* config/cris/cris.md ("epilogue"): Remove condition.
|
||||
("prologue"): Ditto.
|
||||
|
||||
2015-07-02 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* tree-ssa-dom.c (build_and_record_new_cond): Add optional
|
||||
|
@ -3518,14 +3518,12 @@
|
||||
|
||||
(define_expand "prologue"
|
||||
[(const_int 0)]
|
||||
"TARGET_PROLOGUE_EPILOGUE"
|
||||
""
|
||||
"cris_expand_prologue (); DONE;")
|
||||
|
||||
;; Note that the (return) from the expander itself is always the last
|
||||
;; insn in the epilogue.
|
||||
(define_expand "epilogue"
|
||||
[(const_int 0)]
|
||||
"TARGET_PROLOGUE_EPILOGUE"
|
||||
""
|
||||
"cris_expand_epilogue (); DONE;")
|
||||
|
||||
;; Conditional branches.
|
||||
|
Loading…
x
Reference in New Issue
Block a user