cfgrtl.c (try_redirect_by_replacing_jump): Fix typo, emit replacement jump after...
authorGraham Stott <grahams@redhat.com>
Thu, 22 Nov 2001 14:30:37 +0000 (14:30 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Thu, 22 Nov 2001 14:30:37 +0000 (14:30 +0000)
commit09eb1aab55cdd70925773cc5855f08f0ef315086
tree4a5ebac76f018ce756ea63f1997e6517c6939581
parent44a5da099ebaa8aa06912fb71b8114e495c839c6
cfgrtl.c (try_redirect_by_replacing_jump): Fix typo, emit replacement jump after original jump.

        * cfgrtl.c (try_redirect_by_replacing_jump): Fix typo, emit
        replacement jump after original jump.

        (verify_flow_info): Remove redundent initialisation.
        Handle reaching end of insn list before finding a BARRIER.
        Only issue one missing barrier diagnostic.

From-SVN: r47269
gcc/ChangeLog
gcc/cfgrtl.c