diff options
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index e4655d2ad3d..de3219d8df9 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -3807,7 +3807,7 @@ dbr_schedule (rtx first) if (INSN_UID (insn) > max_uid) max_uid = INSN_UID (insn); if (NOTE_P (insn) - && NOTE_LINE_NUMBER (insn) == NOTE_INSN_EPILOGUE_BEG) + && NOTE_KIND (insn) == NOTE_INSN_EPILOGUE_BEG) epilogue_insn = insn; } |