]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cris.md ("epilogue"): Conditionalize on TARGET_PROLOGUE_EPILOGUE.
authorHans-Peter Nilsson <hp@axis.com>
Wed, 13 Apr 2005 18:22:42 +0000 (18:22 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Wed, 13 Apr 2005 18:22:42 +0000 (18:22 +0000)
* config/cris/cris.md ("epilogue"): Conditionalize on
TARGET_PROLOGUE_EPILOGUE.

From-SVN: r98102

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

index 4ab243cc7034ed1f8cd951dc618332c545a0ef40..3ef857333b0b2374f54c9e4d6878e5934d1251ff 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-13  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/cris/cris.md ("epilogue"): Conditionalize on
+       TARGET_PROLOGUE_EPILOGUE.
+
 2005-04-13  Steve Ellcey  <sje@cup.hp.com>
 
        PR target/20924
index 98f42ee80d98276825680842cfacb2ceb7ecf897..64e689b62b39b9cd9ee56e04e37c0e419ce99d25 100644 (file)
 ;; insn in the epilogue.
 (define_expand "epilogue"
   [(const_int 0)]
-  ""
+  "TARGET_PROLOGUE_EPILOGUE"
   "cris_expand_epilogue (); DONE;")
 \f
 ;; Conditional branches.