Commit c3693cb1 by Richard Henderson Committed by Richard Henderson

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
parent b30bce6b
Sun Oct 10 12:03:21 1999 Richard Henderson <rth@cygnus.com>
* genrecog.c (add_to_sequence): Thinko last change: delete
shadowing allow_const_int variable.
Sun Oct 10 08:40:00 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> Sun Oct 10 08:40:00 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing * cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
......
...@@ -449,7 +449,7 @@ add_to_sequence (pattern, last, position, insn_type, top) ...@@ -449,7 +449,7 @@ add_to_sequence (pattern, last, position, insn_type, top)
if (i < NUM_KNOWN_PREDS) if (i < NUM_KNOWN_PREDS)
{ {
int allows_const_int, j; int j;
test->u.pred.index = i; test->u.pred.index = i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment