]> git.ipfire.org Git - thirdparty/gcc.git/commit
cfgcleanup.c (label_is_jump_target_p): New function.
authorRichard Henderson <rth@redhat.com>
Mon, 10 Dec 2001 01:09:42 +0000 (17:09 -0800)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 10 Dec 2001 01:09:42 +0000 (01:09 +0000)
commitec10f7c7036edcb58649048bef39ade57fc12594
tree7bea52dbe36fa4767e6c3e4e27b986e33e8527df
parentcca9fe755eae01916e8e399de9ce76871257a0bb
cfgcleanup.c (label_is_jump_target_p): New function.

* cfgcleanup.c (label_is_jump_target_p): New function.
(try_optimize_cfg): Use label_is_jump_target_p to check if label is
target of a JUMP_INSN from the preceding block.

From-SVN: r47825
gcc/ChangeLog
gcc/cfgcleanup.c