diff options
author | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-06-21 22:48:39 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-06-21 22:48:39 +0000 |
commit | f648d1e451851a392ec157b60cbfcb898c6d8138 (patch) | |
tree | 50b5a96e215b27de47952090f4c89864061ad6fa | |
parent | 0bf68c6eabb671e2c02a8fabf76120cc1834da77 (diff) | |
download | gcc-f648d1e451851a392ec157b60cbfcb898c6d8138.tar.gz |
Fix whitespace from previous checking
From-SVN: r83457
-rw-r--r-- | gcc/ChangeLog | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 51d4e189dfa..db93898e4b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,21 +1,21 @@ 2004-06-21 Daniel Berlin <dberlin@dberlin.org> - Fix PR optimization/15982 - * tree-ssa-pre.c: Update a few comments and todos to - reflect constants change. - (get_value_handle): Constants now value number to themselves. - (lookup): Constants lookup to themselves. - (add_to_value): Adjust to always be on. - (set_contains_value): Adjust for constants change. - (find_leader): Ditto. - (phi_translate): 'r' nodes are never ANTIC right now. - (valid_in_set): Ditto. - (get_expr_set): New function. - (find_or_generate_expression): New function, broken out from - insert_aux. - (create_expression_by_pieces): Ditto, plus additional - machinery to handle complex values. - (compute_avail): Remove dead RETURN_EXPR handling. + Fix PR optimization/15982 + * tree-ssa-pre.c: Update a few comments and todos to + reflect constants change. + (get_value_handle): Constants now value number to themselves. + (lookup): Constants lookup to themselves. + (add_to_value): Adjust to always be on. + (set_contains_value): Adjust for constants change. + (find_leader): Ditto. + (phi_translate): 'r' nodes are never ANTIC right now. + (valid_in_set): Ditto. + (get_expr_set): New function. + (find_or_generate_expression): New function, broken out from + insert_aux. + (create_expression_by_pieces): Ditto, plus additional + machinery to handle complex values. + (compute_avail): Remove dead RETURN_EXPR handling. 2004-06-21 Steven Bosscher <stevenb@suse.de> |