OSDN Git Service

2008-09-11 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Sep 2008 14:53:20 +0000 (14:53 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Sep 2008 14:53:20 +0000 (14:53 +0000)
commit83a99d39680ae22ff4d738742379cf81553a68f4
tree9c89799f44ae4d4e96a1e79f7af70fca2353d8c8
parente31161b30aca84f8abb3216ed59a52b62bda13b9
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140291 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c
gcc/tree-ssa-forwprop.c
gcc/tree-vect-transform.c
gcc/tree-vectorizer.c