store-merging: Fix up -Wnarrowing warning
authorJakub Jelinek <jakub@redhat.com>
Mon, 5 Oct 2020 07:09:41 +0000 (09:09 +0200)
committerJakub Jelinek <jakub@redhat.com>
Mon, 5 Oct 2020 07:09:41 +0000 (09:09 +0200)
commit21f65995e068963d4ceaec5b6730223213e98af7
treed46ed699dc7f205d74862998fd9db3ea6e81c319
parentab3f4b27abe8abc947e84ef84bfc9a18797c5868
store-merging: Fix up -Wnarrowing warning

I've noticed a -Wnarrowing warning on gimple-ssa-store-merging.c, this
change fixes that up.

2020-10-05  Jakub Jelinek  <jakub@redhat.com>

* gimple-ssa-store-merging.c
(imm_store_chain_info::output_merged_store): Use ~0U instead of ~0 in
unsigned int array initializer.
gcc/gimple-ssa-store-merging.c