aboutsummaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1999-10-10 12:04:29 -0700
committerRichard Henderson <rth@gcc.gnu.org>1999-10-10 12:04:29 -0700
commitc3693cb121c40e71392289ae6278306b984eda99 (patch)
tree368ec227e84eacb3511ce327da21077edab9626c /gcc/genrecog.c
parentb30bce6b52996616cb627a68222fbf5d8be9d4b9 (diff)
downloadgcc-c3693cb121c40e71392289ae6278306b984eda99.zip
gcc-c3693cb121c40e71392289ae6278306b984eda99.tar.gz
gcc-c3693cb121c40e71392289ae6278306b984eda99.tar.bz2
genrecog.c (add_to_sequence): Thinko last change: delete shadowing allow_const_int variable.
* genrecog.c (add_to_sequence): Thinko last change: delete shadowing allow_const_int variable. From-SVN: r29891
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r--gcc/genrecog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c
index 371e5b2..bc49d45 100644
--- a/gcc/genrecog.c
+++ b/gcc/genrecog.c
@@ -449,7 +449,7 @@ add_to_sequence (pattern, last, position, insn_type, top)
if (i < NUM_KNOWN_PREDS)
{
- int allows_const_int, j;
+ int j;
test->u.pred.index = i;