aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/recog.c')
-rw-r--r--gcc/recog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c
index 8206f5e..3a53455 100644
--- a/gcc/recog.c
+++ b/gcc/recog.c
@@ -2165,7 +2165,7 @@ extract_insn (rtx insn)
{
which_alternative = i;
recog_data.alternative_enabled_p[i]
- = HAVE_ATTR_enabled ? get_attr_enabled (insn) : 0;
+ = HAVE_ATTR_enabled ? get_attr_enabled (insn) : 1;
}
}