summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorAdrian Straetling <straetling@de.ibm.com>2005-05-25 13:12:05 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2005-05-25 13:12:05 +0000
commitc08b81aa28e773b53aeb03cd58db166ef9226a5d (patch)
tree2ee2dd4ad540ef62aa665b1d38131c1551be8b46 /gcc/config
parent5fa579d3777e18cd71fd9ac78615862daba38463 (diff)
downloadgcc-c08b81aa28e773b53aeb03cd58db166ef9226a5d.tar.gz
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
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/s390/s390.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c
index 9de797a97a3..6bbaaf397d6 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"