summaryrefslogtreecommitdiff
path: root/gcc/config/c6x/c6x.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/c6x/c6x.c')
-rw-r--r--gcc/config/c6x/c6x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/c6x/c6x.c b/gcc/config/c6x/c6x.c
index 77564a5b73a..6712dea4a14 100644
--- a/gcc/config/c6x/c6x.c
+++ b/gcc/config/c6x/c6x.c
@@ -3927,7 +3927,7 @@ c6x_set_sched_flags (spec_info_t spec_info)
if (*flags & SCHED_EBB)
{
- *flags |= DO_BACKTRACKING;
+ *flags |= DO_BACKTRACKING | DO_PREDICATION;
}
spec_info->mask = 0;