]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR tree-optimization/49960
authorrazya <razya@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Nov 2011 15:01:47 +0000 (15:01 +0000)
committerrazya <razya@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Nov 2011 15:01:47 +0000 (15:01 +0000)
commitc76b51bec9dde3ade9b06f6c348360b0f98945b9
treed1032885f663e72fc38ff79f74fb1d4ca1fbe518
parentd9249167631637bec342e6cb93f7aea7f5f0e05e
PR tree-optimization/49960

* tree-data-ref.c (initialize_data_dependence_relation): Add initializations.
Remove call to compute_self_dependence.
(compute_affine_dependence): Remove the !DDR_SELF_REFERENCE condition.
(compute_self_dependence): Remove old code. Add call to compute_affine_dependence.
(compute_all_dependences): Remove call to compute_self_dependence.
Add call to compute_affine_dependence.

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