]> gcc.gnu.org Git - gcc.git/commitdiff
tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.
authorIlya Enkovich <enkovich.gnu@gmail.com>
Wed, 24 Jun 2015 14:09:46 +0000 (14:09 +0000)
committerIlya Enkovich <ienkovich@gcc.gnu.org>
Wed, 24 Jun 2015 14:09:46 +0000 (14:09 +0000)
* tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.

From-SVN: r224900

gcc/ChangeLog
gcc/tree-vect-slp.c

index 6c4a26788788d147af3a70e5239d88116fd6384e..cb889e2b7994365fd349623a2b869c1a3d74223f 100644 (file)
@@ -1,3 +1,7 @@
+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
index 91ddc0fc4448eac798a669b4385c03e1616cd8ec..bbc7d132e220882b7347dec3ca7f2eaf8b885af8 100644 (file)
@@ -480,7 +480,7 @@ vect_build_slp_tree_1 (loop_vec_info loop_vinfo, bb_vec_info bb_vinfo,
   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;
This page took 0.078482 seconds and 5 git commands to generate.