tree-ssa-structalias.c (could_have_pointers): Tidy.
commit6e7e772dceb2f238c2645ad4c695787fd69d381d
authorDiego Novillo <dnovillo@redhat.com>
Fri, 2 Mar 2007 19:20:14 +0000 (2 19:20 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Fri, 2 Mar 2007 19:20:14 +0000 (2 14:20 -0500)
treed115232be79b943f236094caa9dfca2dd4373647
parent0618281a42577cb71aee6013a60654e17564a410
tree-ssa-structalias.c (could_have_pointers): Tidy.

* tree-ssa-structalias.c (could_have_pointers): Tidy.
(get_constraint_for): Likewise.
(do_structure_copy): Likewise.
(find_func_aliases): Fix references to MODIFY_EXPR.
(intra_create_variable_infos): Tidy.
* tree-ssa-operands.c (add_virtual_operand): Add argument
IS_CALL_SITE.
When adding members of alias sets, if IS_CALL_SITE is true and
the symbol is not call-clobbered, skip it.
Adjust all callers.

testsuite/ChangeLog

* gcc.dg/tree-ssa/20070302-1.c: New test.

From-SVN: r122484
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/20070302-1.c [new file with mode: 0644]
gcc/tree-ssa-operands.c
gcc/tree-ssa-structalias.c