genattrtab.c (insn_alternatives): Change type from int * to uint64_t *.
authorJakub Jelinek <jakub@redhat.com>
Mon, 8 Jun 2015 13:48:12 +0000 (15:48 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 8 Jun 2015 13:48:12 +0000 (15:48 +0200)
commit66c277f11b6247750e0206d630bb6d0757e56cec
tree764e9b1d551fbec805ad5adfaa51d2cdc412bba1
parent74103219e877e4b972e9ed178448fdee6dd223a6
genattrtab.c (insn_alternatives): Change type from int * to uint64_t *.

* genattrtab.c (insn_alternatives): Change type from int *
to uint64_t *.
(check_attr_test): Shift ((uint64_t) 1) instead of 1 up.
(get_attr_value): Change type of num_alt to uint64_t.
(compute_alternative_mask): Change return type from
int to uint64_t, shift ((uint64_t) 1) instead of 1 up.
(make_alternative_compare, mk_attr_alt): Change argument type
from int to uint64_t.
(simplify_test_exp): Change type of i from int to uint64_t.
Shift ((uint64_t) 1) instead of 1 up.
(main): Adjust oballocvec first argument from int to uint64_t.
Shift ((uint64_t) 1) instead of 1 up.

From-SVN: r224227
gcc/ChangeLog
gcc/genattrtab.c