diff options
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index ad3a2c31746..bf48cffdf2c 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -640,7 +640,7 @@ compute_branch_probabilities (unsigned cfg_checksum, unsigned lineno_checksum) if (dump_file) { int overlap = compute_frequency_overlap (); - dump_flow_info (dump_file, dump_flags); + gimple_dump_cfg (dump_file, dump_flags); fprintf (dump_file, "Static profile overlap: %d.%d%%\n", overlap / (OVERLAP_BASE / 100), overlap % (OVERLAP_BASE / 100)); |