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
This commit is contained in:
parent
5fa579d377
commit
c08b81aa28
@ -1,3 +1,8 @@
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user