Re: [PATCH 5/5] Cleanup get_range_info
No changes needed for this patch. OK pending tests? Aldy
[PATCH 5/5] Cleanup get_range_info
Now that there is only one user of get_range_info() we can clean this up to always return a range instead of pairs of wide_ints. A follow-up patch will inline both get_range_info and get_ptr_nonnull into its only remaining user. Tested on x86-64 Linux. OK? gcc/ChangeLog: * tree-ssaname