2008-06-20 Bernhard Fischer <aldot@gcc.gnu.org>
authoraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Jun 2008 08:30:26 +0000 (08:30 +0000)
committeraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Jun 2008 08:30:26 +0000 (08:30 +0000)
commit08b9f3f210cb6782ad908b5bf63dd12882020a5d
tree5daa9e57b80706495de3926d03f89389ef66ac28
parent48d8ad5ac7dd9ea0f2a9a3646f3bc84f94941254
2008-06-20  Bernhard Fischer  <aldot@gcc.gnu.org>

        * tree-ssa-pre.c: Fix typo in comment.
        (init_antic, fini_antic): Add explicit funtions for
        initializing and deinitializing ANTIC and AVAIL sets.
        (create_expression_by_pieces): Fix typo in comment.
        Remove redundant set of new_stuff and use NULL_TREE instead of
        NULL.
        (execute_pre): Eventually dump details about ANTIC_IN.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136984 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-ssa-pre.c