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 9a7b933199b..1d16b4368ac 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -907,7 +907,7 @@ branch_prob (void) while (insn != BB_END (bb)) { - if (GET_CODE (insn) == NOTE) + if (NOTE_P (insn)) { /* Must ignore the line number notes that immediately follow the end of an inline function |