2011-03-03 Richard Guenther <rguenther@suse.de>
* tree-vect-stmt.c (vectorizable_operation): Remove unused vars.
From-SVN: r170651
+2011-03-03 Richard Guenther <rguenther@suse.de>
+
+ * tree-vect-stmt.c (vectorizable_operation): Remove unused vars.
+
2011-03-02 Richard Guenther <rguenther@suse.de>
Backport from mainline
int op_type;
optab optab;
int icode;
- enum machine_mode optab_op2_mode;
tree def;
gimple def_stmt;
enum vect_def_type dt[2] = {vect_unknown_def_type, vect_unknown_def_type};
int j, i;
VEC(tree,heap) *vec_oprnds0 = NULL, *vec_oprnds1 = NULL;
tree vop0, vop1;
- unsigned int k;
- bool scalar_shift_arg = false;
bb_vec_info bb_vinfo = STMT_VINFO_BB_VINFO (stmt_info);
int vf;