diff options
Diffstat (limited to 'gcc/cfglayout.c')
-rw-r--r-- | gcc/cfglayout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c index cf76cdb4125..15bde05de01 100644 --- a/gcc/cfglayout.c +++ b/gcc/cfglayout.c @@ -987,7 +987,6 @@ duplicate_insn_chain (rtx from, rtx to) case NOTE_INSN_DELETED_LABEL: /* No problem to strip these. */ case NOTE_INSN_EPILOGUE_BEG: - case NOTE_INSN_FUNCTION_END: /* Debug code expect these notes to exist just once. Keep them in the master copy. ??? It probably makes more sense to duplicate them for each |