ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable blocks, the BB_REACH...
authorDaniel Berlin <dan@cgsoftware.com>
Tue, 28 Aug 2001 23:38:12 +0000 (23:38 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Tue, 28 Aug 2001 23:38:12 +0000 (23:38 +0000)
commite0c39f1bd5bba4eede3377639e00a5cce968291e
treee9d771ea4320fc4cbcf09bb5ac04d88745ecb77b
parenta098df27ddb4274c9cb759b8071a948e1e16f114
ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable blocks, the BB_REACHABLE is now set, rather than aux being non-NULL.

2001-08-28  Daniel Berlin  <dan@cgsoftware.com>

* ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable
blocks, the BB_REACHABLE is now set, rather than aux being
non-NULL. Update the test to reflect this.

From-SVN: r45245
gcc/ChangeLog
gcc/ssa-ccp.c