re PR tree-optimization/49960 (inconsistent outputs when enabling autopar for a self...
authorRazya Ladelsky <razya@il.ibm.com>
Wed, 16 Nov 2011 15:01:47 +0000 (15:01 +0000)
committerRazya Ladelsky <razya@gcc.gnu.org>
Wed, 16 Nov 2011 15:01:47 +0000 (15:01 +0000)
commit1a4571cb56d64835399680bc239fd60f67cbc522
treed1032885f663e72fc38ff79f74fb1d4ca1fbe518
parent4122ed2b77469397257b997e9b0e41ad2fe2945f
re PR tree-optimization/49960 (inconsistent outputs when enabling autopar for a self -dependence testcase)

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.

From-SVN: r181411
gcc/ChangeLog
gcc/tree-data-ref.c