Re: Cleanup compute_points_to_sets

2021-10-19 Thread Richard Biener via Gcc-patches
On October 19, 2021 2:35:47 PM GMT+02:00, Jan Hubicka via Gcc-patches wrote: >Hi, >this patch fixes two issues I noticed while proofreading the code. >First is that I have added conditional around setting of nonlocal and >escaped flags (since they may be set from solver) while keeping the >variab

Cleanup compute_points_to_sets

2021-10-19 Thread Jan Hubicka via Gcc-patches
Hi, this patch fixes two issues I noticed while proofreading the code. First is that I have added conditional around setting of nonlocal and escaped flags (since they may be set from solver) while keeping the variable in assignment that is confusing. Second is that we still do not set pt in the ca