Fix PR 44955: Strip off the real and complex parts.
authorChangpeng Fang <changpeng.fang@amd.com>
Wed, 21 Jul 2010 15:44:24 +0000 (15:44 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 21 Jul 2010 15:44:24 +0000 (15:44 +0000)
commit7c6dafac644607278e21080f8a3e2ff79c3130aa
tree089ba7f69a80a87de2c6af2da38f788d0971f77f
parent60f6be5a8e61073ff0eb3ee24c4a2288010f2653
Fix PR 44955: Strip off the real and complex parts.

2010-07-21  Changpeng Fang  <changpeng.fang@amd.com>

PR tree-optimization/44955
* tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
and imagine parts of a complex, so that they can have the same
base and fall into the same group.

From-SVN: r162381
gcc/ChangeLog
gcc/tree-ssa-loop-prefetch.c