gcc.old: Clarify PR port-vax/57646 patch [5/21]. NFC

Restore ``else'' in the original patch. NFC but better to fit into
upstream code here.
This commit is contained in:
rin 2023-10-08 05:03:12 +00:00
parent 49297e9150
commit 64389c4288
1 changed files with 1 additions and 1 deletions

View File

@ -1350,7 +1350,7 @@ all_positions_needed_p (store_info *s_info, poly_int64 start,
return true;
}
#ifdef NB_FIX_VAX_BACKEND
if (const_start >= HOST_BITS_PER_WIDE_INT || const_start < 0)
else if (const_start >= HOST_BITS_PER_WIDE_INT || const_start < 0)
return true;
#endif
else