aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-copy.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2004-05-17 20:53:55 -0600
committerJeff Law <law@gcc.gnu.org>2004-05-17 20:53:55 -0600
commitdd7473111a63cdeb442d1b74535405739bf7e866 (patch)
tree8b09f05de2af4fbf629836a3810db742dd217646 /gcc/tree-ssa-copy.c
parentb4117c306105c7e3279bbbabab1dd361a3b35b62 (diff)
downloadgcc-dd7473111a63cdeb442d1b74535405739bf7e866.zip
gcc-dd7473111a63cdeb442d1b74535405739bf7e866.tar.gz
gcc-dd7473111a63cdeb442d1b74535405739bf7e866.tar.bz2
toplev.h (flag_delete_null_pointer_checks): Move from here to...
* toplev.h (flag_delete_null_pointer_checks): Move from here to... * flags.h (flag_delete_null_pointer_checks): Here. * tree-flow.h (cprop_into_successor_phis): Add argument to prototype. * tree-phinodes.c (resize_phi_node): Initialize PHI_ARG_NONZERO. (add_phi_arg, remove_phi_arg_num): Similarly. * tree-ssa-copy.c (cprop_into_successor_phis): Propagate nonzero property into PHI nodes. * tree-ssa-dom.c: Remove redundant inclusion of flags.h. (record_equivalences_from_phis): If all PHI arguments are known to be nonzero, then the result must be nonzero as well. (cprop_into_phis): Pass nonzero_vars bitmap to cprop_into_successor_phis (record_equivalences_from_stmt): Check flag_delete_null_pointer_checks appropriately. Walk the USE-DEF chains and propagate nonzero property as appropriate. * tree.h (PHI_ARG_NONZERO): Define. (phi_arg_d): Add nonzero flag. From-SVN: r81968
Diffstat (limited to 'gcc/tree-ssa-copy.c')
0 files changed, 0 insertions, 0 deletions