cris.md ("epilogue"): Remove condition.
authorHans-Peter Nilsson <hp@axis.com>
Thu, 2 Jul 2015 11:25:04 +0000 (11:25 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Thu, 2 Jul 2015 11:25:04 +0000 (11:25 +0000)
* config/cris/cris.md ("epilogue"): Remove condition.
("prologue"): Ditto.

From-SVN: r225308

gcc/ChangeLog
gcc/config/cris/cris.md

index 90d997f..2b28b62 100644 (file)
@@ -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
index 04104d9..3c2409b 100644 (file)
 
 (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;")
 \f
 ;; Conditional branches.