diff options
Diffstat (limited to 'gcc/bt-load.c')
-rw-r--r-- | gcc/bt-load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bt-load.c b/gcc/bt-load.c index 1da0ad6..9092208 100644 --- a/gcc/bt-load.c +++ b/gcc/bt-load.c @@ -185,7 +185,7 @@ static int first_btr, last_btr; static int basic_block_freq (const_basic_block bb) { - return bb->frequency; + return bb->count.to_frequency (cfun); } /* If the rtx at *XP references (sets or reads) any branch target |