aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/tilepro/tilepro.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/tilepro/tilepro.c')
-rw-r--r--gcc/config/tilepro/tilepro.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/tilepro/tilepro.c b/gcc/config/tilepro/tilepro.c
index 12adda3..5e3be83 100644
--- a/gcc/config/tilepro/tilepro.c
+++ b/gcc/config/tilepro/tilepro.c
@@ -5067,6 +5067,8 @@ tilepro_file_end (void)
#undef TARGET_ASM_FILE_END
#define TARGET_ASM_FILE_END tilepro_file_end
+#undef TARGET_CAN_USE_DOLOOP_P
+#define TARGET_CAN_USE_DOLOOP_P can_use_doloop_if_innermost
struct gcc_target targetm = TARGET_INITIALIZER;