ifcvt.c (struct noce_if_info): Add comments to the fields.
authorSteven Bosscher <steven@gcc.gnu.org>
Thu, 11 Jan 2007 21:26:02 +0000 (21:26 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Thu, 11 Jan 2007 21:26:02 +0000 (21:26 +0000)
commit2a33a75f60261a6012d4840ac3bbe15c5e2c84d8
tree673e586ce2cd1320a6a6e0fc6f0e63f0aceea817
parent90d715b0a524cb1dc534f470bc552915bb41663c
ifcvt.c (struct noce_if_info): Add comments to the fields.

* ifcvt.c (struct noce_if_info): Add comments to the fields.
Remove the b_unconditional field.
(noce_try_sign_mask): Do not look at b_unconditional.
(noce_process_if_block): Do not use merge_if_blocks.  Update
the CFG here.  Do not set b_unconditional.
(cond_move_process_if_block): Likewise.
(find_cond_trap): Likewise.
(check_cond_move_block): Require simple jump insns at the end
of the basic block.

From-SVN: r120686
gcc/ChangeLog
gcc/ifcvt.c