Fix off-by-one error in previous commit
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 28 May 2020 17:29:42 +0000 (19:29 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 28 May 2020 17:31:56 +0000 (19:31 +0200)
commit2815558a2dbd0ee73de4bf01abb36d609026da6e
treeb1228b992c53409d2a7f9de3374b33fe6b033f2e
parent4833c1adc3c7b125bf1c59e8bd8d802ac3b0d205
Fix off-by-one error in previous commit

The bitregion_end field points to the next bit after the region.

gcc/ChangeLog
* gimple-ssa-store-merging.c (merged_store_group::can_be_merged_into):
Fix off-by-one error.
gcc/gimple-ssa-store-merging.c