aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/tilegx/tilegx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/tilegx/tilegx.c')
-rw-r--r--gcc/config/tilegx/tilegx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/tilegx/tilegx.c b/gcc/config/tilegx/tilegx.c
index f5944bc..dafa44c 100644
--- a/gcc/config/tilegx/tilegx.c
+++ b/gcc/config/tilegx/tilegx.c
@@ -5578,6 +5578,8 @@ tilegx_file_end (void)
#undef TARGET_ASM_ALIGNED_DI_OP
#define TARGET_ASM_ALIGNED_DI_OP "\t.quad\t"
+#undef TARGET_CAN_USE_DOLOOP_P
+#define TARGET_CAN_USE_DOLOOP_P can_use_doloop_if_innermost
struct gcc_target targetm = TARGET_INITIALIZER;