2008-03-03 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Mar 2008 11:57:15 +0000 (11:57 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Mar 2008 11:57:15 +0000 (11:57 +0000)
commit802d9f2fb5b40a5e6496e84cfc5ff75dc57059d0
treece54fd8c85046ba566eb8d22fa71e375248c6f70
parent663608f58b3a0be4a195fbcb2b2b7c1dbad9818c
2008-03-03  Richard Guenther  <rguenther@suse.de>

* tree-ssa-sccvn.c (visit_reference_op_store): Do not insert
struct copies into the expression table.
(simplify_unary_expression): Handle VIEW_CONVERT_EXPR.
(try_to_simplify): Likewise.
* fold-const.c (fold_unary): Fold VIEW_CONVERT_EXPR of
integral and pointer arguments which do not change the
precision to NOP_EXPRs.
* tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Adjust
VIEW_CONVERT_EXPR case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132836 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c
gcc/tree-ssa-loop-ivopts.c
gcc/tree-ssa-sccvn.c