cfgcleanup.c (try_optimize_cfg): If try_simplify_condjump optimized conditional jump...
authorJakub Jelinek <jakub@redhat.com>
Thu, 15 Nov 2001 10:41:48 +0000 (11:41 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 15 Nov 2001 10:41:48 +0000 (11:41 +0100)
commitfeb265abdb7bce4cb67733dc1c1c96644e6f790f
tree361d0de7f868ea7e399a885307f7d6c9618fee0f
parent8f5a5db8187f51e0cbbf8bbb1b13be97fdf2fe4b
cfgcleanup.c (try_optimize_cfg): If try_simplify_condjump optimized conditional jump...

* cfgcleanup.c (try_optimize_cfg): If try_simplify_condjump optimized
conditional jump, request updating life into for the block
containing it.  Fix a typo which prevented life info update.
Clear blocks bitmap before using it.

* gcc.c-torture/compile/20011114-3.c: New test.

From-SVN: r47050
gcc/ChangeLog
gcc/cfgcleanup.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20011114-3.c [new file with mode: 0644]