* lto-cgraph.c (input_symtab): Don't call get_working_sets
if flag_auto_profile is set to true.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238707
138bc75d-0d04-0410-961f-
82ee72b054a4
+2016-07-25 Martin Liska <mliska@suse.cz>
+
+ * lto-cgraph.c (input_symtab): Don't call get_working_sets
+ if flag_auto_profile is set to true.
+
2016-07-25 Martin Liska <mliska@suse.cz>
PR gcov-profile/71868
}
merge_profile_summaries (file_data_vec);
- get_working_sets ();
+
+ if (!flag_auto_profile)
+ get_working_sets ();
/* Clear out the aux field that was used to store enough state to