tree-vect-patterns.c (vect_operation_fits_smaller_type): Initialize *op0 and *op1...
authorJakub Jelinek <jakub@redhat.com>
Wed, 21 Dec 2011 14:52:34 +0000 (15:52 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 21 Dec 2011 14:52:34 +0000 (15:52 +0100)
commitd6e1acf654f4b21e1f8fd4be43f01e2dcec2dbd0
treecd85abcab565420238a5bb4e538acc622475c86f
parentbccc50d44c8b79ecb6b0237912e96369e5625d17
tree-vect-patterns.c (vect_operation_fits_smaller_type): Initialize *op0 and *op1 to NULL_TREE first to avoid warnings.

* tree-vect-patterns.c (vect_operation_fits_smaller_type): Initialize
*op0 and *op1 to NULL_TREE first to avoid warnings.
* calls.c (initialize_argument_information): Initialize base to avoid
warnings.

From-SVN: r182590
gcc/ChangeLog
gcc/calls.c
gcc/tree-vect-patterns.c