diff options
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index c4ab620..15e0752 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -2352,12 +2352,6 @@ preprocess_constraints (void) op_alt[i].matches = -1; op_alt[i].matched = -1; - if (!TEST_BIT (recog_data.enabled_alternatives, j)) - { - p = skip_alternative (p); - continue; - } - if (*p == '\0' || *p == ',') { op_alt[i].anything_ok = 1; |