* tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.
From-SVN: r224900
+2015-06-24 Ilya Enkovich <enkovich.gnu@gmail.com>
+
+ * tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.
+
2015-06-24 Renlin Li <renlin.li@arm.com>
* config/aarch64/aarch64.h(TARGET_CPU_CPP_BUILTINS): Add
enum tree_code first_cond_code = ERROR_MARK;
tree lhs;
bool need_same_oprnds = false;
- tree vectype, scalar_type, first_op1 = NULL_TREE;
+ tree vectype = NULL_TREE, scalar_type, first_op1 = NULL_TREE;
optab optab;
int icode;
machine_mode optab_op2_mode;