recog.h (struct recog_data): Make dup_num...
authorRichard Henderson <rth@cygnus.com>
Tue, 14 Sep 1999 23:23:17 +0000 (16:23 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 14 Sep 1999 23:23:17 +0000 (16:23 -0700)
commit88e6fdcbfb67eb63bdc7f0bf81e43d098a16cba4
tree90fc3d83b06445a99964e9388ae95062502885c5
parent5a26ca07ef033e76fdc04106cc9d28cefebe3ea6
recog.h (struct recog_data): Make dup_num...

        * recog.h (struct recog_data): Make dup_num, operand_address_p,
        n_operands, n_dups, n_alternatives `char' instead of `unsigned char'.
        (struct insn_data): Likewise with n_operands, n_dups,
        n_alternatives, output_format.
        * regclass.c (scan_one_insn): Cast n_operands to int before
        arithmetic inside comparison.

From-SVN: r29413
gcc/ChangeLog
gcc/recog.h
gcc/regclass.c