aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2015-07-02 11:25:04 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2015-07-02 11:25:04 +0000
commitcc2af70593133757b1671e184145eaa0b57db3bf (patch)
treeb988d978c27373358d69065300b4cb91dc869e3c /gcc
parenta02bf6abb8a0ff4174578239d65737f9f5d456df (diff)
downloadgcc-cc2af70593133757b1671e184145eaa0b57db3bf.zip
gcc-cc2af70593133757b1671e184145eaa0b57db3bf.tar.gz
gcc-cc2af70593133757b1671e184145eaa0b57db3bf.tar.bz2
cris.md ("epilogue"): Remove condition.
* config/cris/cris.md ("epilogue"): Remove condition. ("prologue"): Ditto. From-SVN: r225308
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/cris/cris.md6
2 files changed, 7 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 90d997f..2b28b62 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/cris/cris.md b/gcc/config/cris/cris.md
index 04104d9..3c2409b 100644
--- a/gcc/config/cris/cris.md
+++ b/gcc/config/cris/cris.md
@@ -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.