aboutsummaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1992-06-23 23:48:40 -0700
committerJim Wilson <wilson@gcc.gnu.org>1992-06-23 23:48:40 -0700
commite529a0dc289fa440a898988719d448289a68afd4 (patch)
treeb8923702502248f58a09ba034903614d53cb3f43 /gcc/genrecog.c
parent566609f82c4e5cd0c79b83b1b0e801803c2c734f (diff)
downloadgcc-e529a0dc289fa440a898988719d448289a68afd4.zip
gcc-e529a0dc289fa440a898988719d448289a68afd4.tar.gz
gcc-e529a0dc289fa440a898988719d448289a68afd4.tar.bz2
*** empty log message ***
From-SVN: r1272
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r--gcc/genrecog.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c
index 83a6d26..72f02f5 100644
--- a/gcc/genrecog.c
+++ b/gcc/genrecog.c
@@ -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: