OSDN Git Service

Replace type != type comparisons with types_compatible_p.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Mar 2010 19:58:35 +0000 (19:58 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:15:27 +0000 (14:15 +0900)
2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/43430
* tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
pointer comparisons with types_compatible_p.
* tree-vect-stmts.c (vectorizable_call): Same.
(vectorizable_condition): Same.

* gcc.dg/vect/pr43430-1.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157833 138bc75d-0d04-0410-961f-82ee72b054a4


No differences found