OSDN Git Service

fix broken CL entry
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 May 2004 07:30:14 +0000 (07:30 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 May 2004 07:30:14 +0000 (07:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81975 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 96c91ee..e135159 100644 (file)
@@ -15,7 +15,8 @@
        * 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
+       (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.