* tree-ssa-structalias.c (could_have_pointers): Tidy.
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Mar 2007 19:20:14 +0000 (19:20 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Mar 2007 19:20:14 +0000 (19:20 +0000)
commit085b7aab6cdbf28e81ba29002ec2063911ad4b89
treed115232be79b943f236094caa9dfca2dd4373647
parent58a868e4ddd9ed63e39b3559ca3cadbc061dee9d
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122484 138bc75d-0d04-0410-961f-82ee72b054a4
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