You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove_returnst::do_function_calls may introduce new instructions. Doing so
requires a call to compute_location_numbers to ensure instruction numbers are
assigned. To avoid recomputing location numbers across all goto functions, the
facility from goto_functionst is used, which will ensure globally unique
location numbers (though they might not be globally contiguous).
0 commit comments