Commit f7a7839c by Jan Hubicka

* profile-count.c (profile_quality_display_names): Fix ordering.

parent 40d24031
2020-01-28 Jan Hubicka <hubicka@ucw.cz> 2020-01-28 Jan Hubicka <hubicka@ucw.cz>
* profile-count.c (profile_quality_display_names): Fix ordering.
2020-01-28 Jan Hubicka <hubicka@ucw.cz>
PR lto/93318 PR lto/93318
* cgraph.c (cgraph_add_edge_to_call_site_hash): Update call site * cgraph.c (cgraph_add_edge_to_call_site_hash): Update call site
hash only when edge is first within the sequence. hash only when edge is first within the sequence.
......
...@@ -78,9 +78,9 @@ const char *profile_quality_display_names[] = ...@@ -78,9 +78,9 @@ const char *profile_quality_display_names[] =
"estimated locally", "estimated locally",
"estimated locally, globally 0", "estimated locally, globally 0",
"estimated locally, globally 0 adjusted", "estimated locally, globally 0 adjusted",
"adjusted",
"auto FDO",
"guessed", "guessed",
"auto FDO",
"adjusted",
"precise" "precise"
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment