Commit c08b81aa by Adrian Straetling Committed by Ulrich Weigand

s390.c (TARGET_INSN_VALID_WITHIN_DOLOOP): Set to hook_bool_rtx_true.

2005-05-25  Adrian Straetling  <straetling@de.ibm.com>

	* config/s390/s390.c (TARGET_INSN_VALID_WITHIN_DOLOOP): Set to
	hook_bool_rtx_true.

From-SVN: r100146
parent 5fa579d3
2005-05-25 Adrian Straetling <straetling@de.ibm.com>
* config/s390/s390.c (TARGET_INSN_VALID_WITHIN_DOLOOP): Set to
hook_bool_rtx_true.
2005-05-25 Jan Hubicka <jh@suse.cz>
* Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.
......
......@@ -8241,6 +8241,9 @@ s390_reorg (void)
#undef TARGET_CC_MODES_COMPATIBLE
#define TARGET_CC_MODES_COMPATIBLE s390_cc_modes_compatible
#undef TARGET_INSN_VALID_WITHIN_DOLOOP
#define TARGET_INSN_VALID_WITHIN_DOLOOP hook_bool_rtx_true
struct gcc_target targetm = TARGET_INITIALIZER;
#include "gt-s390.h"
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