OSDN Git Service

* recog.h (struct recog_data): Make dup_num, operand_address_p,
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Sep 1999 23:23:17 +0000 (23:23 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Sep 1999 23:23:17 +0000 (23:23 +0000)
commitec8a2ceccee08f7ce443792a77012622dfae4d67
tree90fc3d83b06445a99964e9388ae95062502885c5
parentba952bbf8148d262e8ef2f13dc679461fe937912
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29413 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/recog.h
gcc/regclass.c