From cc2af70593133757b1671e184145eaa0b57db3bf Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Thu, 2 Jul 2015 11:25:04 +0000 Subject: cris.md ("epilogue"): Remove condition. * config/cris/cris.md ("epilogue"): Remove condition. ("prologue"): Ditto. From-SVN: r225308 --- gcc/config/cris/cris.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gcc/config') 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. -- cgit v1.1