tree-cfg.c (remove_forwarder_block): Fix the check to prevent a nonlocal label from...
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 19 Jan 2005 21:02:53 +0000 (21:02 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 19 Jan 2005 21:02:53 +0000 (21:02 +0000)
commit04d38c3bc120922088eb3c437c060a04ea255e3f
treeb8a32ad3fef771d064df14a90f04dbb42900366d
parentcb884961a4767b857099b09ca01a802218623a21
tree-cfg.c (remove_forwarder_block): Fix the check to prevent a nonlocal label from appearing in the middle of a...

* tree-cfg.c (remove_forwarder_block): Fix the check to
prevent a nonlocal label from appearing in the middle of a
basic block.

From-SVN: r93917
gcc/ChangeLog
gcc/tree-cfg.c