2008-09-17 Richard Guenther <rguenther@suse.de>
commit65f174dddb16ce35aa149ee140952ee107431bc1
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Sep 2008 11:42:11 +0000 (17 11:42 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Sep 2008 11:42:11 +0000 (17 11:42 +0000)
tree7a9cca363d997be715d76fb169665299d0a9b318
parent3fb60a460274ad26d9c806bf3468865198331741
2008-09-17  Richard Guenther  <rguenther@suse.de>

PR middle-end/37385
PR tree-optimization/37491
* alias.c (get_alias_set): Use the canonical type.
* tree-vect-transform.c (vectorizable_store): Use the type of
the lhs for the vector type.  Adjust checking.
(vectorizable_load): Adjust checking.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140412 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/alias.c
gcc/tree-vect-transform.c