*** empty log message ***
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 24 Jun 1992 06:48:40 +0000 (23:48 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 24 Jun 1992 06:48:40 +0000 (23:48 -0700)
From-SVN: r1272

gcc/genrecog.c

index 83a6d260fc4c56168d0e661876785fcf1d8fa814..72f02f5bb4d3e08e33003c57b2d82946f949bd90 100644 (file)
@@ -396,8 +396,6 @@ add_to_sequence (pattern, last, position)
              new = add_to_sequence (XVECEXP (pattern, 2, i),
                                     &new->success, newpos);
            }
-
-         this->success.first->enforce_mode = 0;
        }
 
       return new;
@@ -413,7 +411,6 @@ add_to_sequence (pattern, last, position)
          new = add_to_sequence (XVECEXP (pattern, 1, i),
                                 &new->success, newpos);
        }
-      this->success.first->enforce_mode = 0;
       return new;
 
     case MATCH_DUP: