Commit 616af7ee by Matthew Hiller Committed by Alexandre Oliva

sh.h (EPILOGUE_USES): Recognize fpscr as epilogue-used for TARGET_SH3E.

* config/sh/sh.h (EPILOGUE_USES): Recognize fpscr as epilogue-used
for TARGET_SH3E.

From-SVN: r38698
parent 7ae30a91
2000-01-04 Matthew Hiller <hiller@redhat.com>
* config/sh/sh.h (EPILOGUE_USES): Recognize fpscr as epilogue-used
for TARGET_SH3E.
2001-01-04 Joseph S. Myers <jsm28@cam.ac.uk>
* fold-const.c (fold): When folding a CONJ_EXPR of a COMPLEX_CST,
......
......@@ -2406,7 +2406,8 @@ do { \
#define NORMAL_MODE(ENTITY) \
(TARGET_FPU_SINGLE ? FP_MODE_SINGLE : FP_MODE_DOUBLE)
#define EPILOGUE_USES(REGNO) (TARGET_SH4 && (REGNO) == FPSCR_REG)
#define EPILOGUE_USES(REGNO) ((TARGET_SH3E || TARGET_SH4) \
&& (REGNO) == FPSCR_REG)
#define MODE_NEEDED(ENTITY, INSN) \
(recog_memoized (INSN) >= 0 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment