2020-11-03 Jan Hubicka <hubicka@ucw.cz>
PR ipa/97698
* cgraphclones.c (duplicate_thunk_for_node): Check that info is
non-NULL.
new_thunk->thunk = thunk->thunk;
new_thunk->unique_name = in_lto_p;
new_thunk->former_clone_of = thunk->decl;
- if (info->param_adjustments)
+ if (info && info->param_adjustments)
clone_info::get_create (new_thunk)->param_adjustments
= info->param_adjustments;
new_thunk->unit_id = thunk->unit_id;