tree-ssa.c (useless_type_conversion_p): Add handling for scalar float and vector...
authorRichard Guenther <rguenther@suse.de>
Wed, 4 Jul 2007 16:26:53 +0000 (16:26 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 4 Jul 2007 16:26:53 +0000 (16:26 +0000)
commit4fc669451b1d89a52bc12096eb38d7393c0b98ce
tree79ba821ded023f496e32c6557d2cc237570ca3e6
parent5cda34b18aa246fd4214db0f96453a29a23a5482
tree-ssa.c (useless_type_conversion_p): Add handling for scalar float and vector types.

2007-07-04  Richard Guenther  <rguenther@suse.de>

* tree-ssa.c (useless_type_conversion_p): Add handling for
scalar float and vector types.  Only call the types_compatible_p
langhook for aggregate types as last resort.  Follow the
rules.

From-SVN: r126326
gcc/ChangeLog
gcc/tree-ssa.c