Commit 8eb14e2e by Steven Bosscher

fix broken CL entry

From-SVN: r81975
parent f82ddcae
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
* tree-ssa-dom.c: Remove redundant inclusion of flags.h. * tree-ssa-dom.c: Remove redundant inclusion of flags.h.
(record_equivalences_from_phis): If all PHI arguments are known to be (record_equivalences_from_phis): If all PHI arguments are known to be
nonzero, then the result must be nonzero as well. 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 (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 appropriately. Walk the USE-DEF chains and propagate nonzero property
as appropriate. as appropriate.
* tree.h (PHI_ARG_NONZERO): Define. * tree.h (PHI_ARG_NONZERO): Define.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment