aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 73ec6c1..5ed58b4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2023-07-09 Jan Hubicka <jh@suse.cz>
+
+ * cfg.cc (check_bb_profile): Dump counts with relative frequency.
+ (dump_edge_info): Likewise.
+ (dump_bb_info): Likewise.
+ * profile-count.cc (profile_count::dump): Add comma between quality and
+ freq.
+
2023-07-08 Jan Hubicka <jh@suse.cz>
PR tree-optimization/110600