* tree-ssa-alias.c (nonaliasing_component_refs_p): Rename into...
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 24 Oct 2009 10:05:23 +0000 (10:05 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 24 Oct 2009 10:05:23 +0000 (10:05 +0000)
commita42ce2cca05f11caf1d19dd617ccddc2518fa577
tree274d1ff40fd3b113e22615886844c614648aead5
parent9fa2814c2a061291157a9a163999ff8a783ace79
* tree-ssa-alias.c (nonaliasing_component_refs_p): Rename into...
(aliasing_component_refs_p): ...this.  Return true if there is no
common base and the base access types have the same alias set.
(indirect_ref_may_alias_decl_p): Adjust for above renaming.
(indirect_refs_may_alias_p): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153523 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/opt4.adb [new file with mode: 0644]
gcc/tree-ssa-alias.c