tree-vectorizer.c (slpeel_add_loop_guard): Fix types.
authorRichard Guenther <rguenther@suse.de>
Thu, 11 Sep 2008 14:53:20 +0000 (14:53 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 11 Sep 2008 14:53:20 +0000 (14:53 +0000)
commit420da8caae151d84ef45e31cf058e9832d856b9e
tree9c89799f44ae4d4e96a1e79f7af70fca2353d8c8
parent308216549297c41fb602dced560fa1ed8af0f8f6
tree-vectorizer.c (slpeel_add_loop_guard): Fix types.

2008-09-11  Richard Guenther  <rguenther@suse.de>

* tree-vectorizer.c (slpeel_add_loop_guard): Fix types.
(set_prologue_iterations): Likewise.
* tree-vect-transform.c (vect_create_addr_base_for_vector_ref):
Likewise.
(vect_update_init_of_dr): Likewise.
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Fix
type verification.
* fold-const.c (fold_unary): Do not generate calculations
in sub-types.

From-SVN: r140291
gcc/ChangeLog
gcc/fold-const.c
gcc/tree-ssa-forwprop.c
gcc/tree-vect-transform.c
gcc/tree-vectorizer.c