diff options
Diffstat (limited to 'gcc/config/s390/s390.c')
| -rw-r--r-- | gcc/config/s390/s390.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c index 9de797a..6bbaaf3 100644 --- a/gcc/config/s390/s390.c +++ b/gcc/config/s390/s390.c @@ -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" |
