tree-ssa-pre.c: Fix typo in comment.
authorBernhard Fischer <aldot@gcc.gnu.org>
Fri, 20 Jun 2008 08:30:26 +0000 (10:30 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Fri, 20 Jun 2008 08:30:26 +0000 (10:30 +0200)
commita7849637b61378d568b5ab225daafb458df492bc
tree5daa9e57b80706495de3926d03f89389ef66ac28
parentece3f6639db4f74c38080858ff7629695635c284
tree-ssa-pre.c: Fix typo in comment.

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.

From-SVN: r136984
gcc/ChangeLog
gcc/tree-ssa-pre.c