OSDN Git Service

* tree-data-ref.c (find_data_references_in_loop): Give up when
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 May 2005 11:03:31 +0000 (11:03 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 May 2005 11:03:31 +0000 (11:03 +0000)
commit4a012ac69efa2902026c2ee51370e07cceb5b445
tree2b36f0d698e7273b6c6c70f5211052c8f17dcd18
parent72909c79c152e947fbfb01cd2a7a662e1bf04417
* tree-data-ref.c (find_data_references_in_loop): Give up when
the body of the loop contains a CALL_EXPR or an ASM_EXPR: they
may embed arbitrary side effects.
Remove the assumption that GIMPLE form contains a single array
access per statement.
When the statement contains virtual operands, fail if it is not
a MODIFY_EXPR or a CALL_EXPR.
Return after the dont know node is inserted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99573 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-data-ref.c