diff options
author | Jakub Jelinek <jakub@redhat.com> | 2015-06-08 15:48:12 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2015-06-08 15:48:12 +0200 |
commit | 66c277f11b6247750e0206d630bb6d0757e56cec (patch) | |
tree | 764e9b1d551fbec805ad5adfaa51d2cdc412bba1 /gcc/loop-init.c | |
parent | 74103219e877e4b972e9ed178448fdee6dd223a6 (diff) | |
download | gcc-66c277f11b6247750e0206d630bb6d0757e56cec.zip gcc-66c277f11b6247750e0206d630bb6d0757e56cec.tar.gz gcc-66c277f11b6247750e0206d630bb6d0757e56cec.tar.bz2 |
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
Diffstat (limited to 'gcc/loop-init.c')
0 files changed, 0 insertions, 0 deletions