tree-vect-stmts.c (vect_init_vector): Remove unused vars.
2015-10-15 Richard Biener <rguenther@suse.de> * tree-vect-stmts.c (vect_init_vector): Remove unused vars. From-SVN: r228842
This commit is contained in:
parent
0e22bb5ad3
commit
7701fc20a0
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-10-15 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* tree-vect-stmts.c (vect_init_vector): Remove unused vars.
|
||||
|
||||
2015-10-15 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* tree-vectorizer.h (vect_get_new_ssa_name): Declare.
|
||||
|
|
|
@ -1296,9 +1296,7 @@ vect_init_vector_1 (gimple *stmt, gimple *new_stmt, gimple_stmt_iterator *gsi)
|
|||
tree
|
||||
vect_init_vector (gimple *stmt, tree val, tree type, gimple_stmt_iterator *gsi)
|
||||
{
|
||||
tree new_var;
|
||||
gimple *init_stmt;
|
||||
tree vec_oprnd;
|
||||
tree new_temp;
|
||||
|
||||
if (TREE_CODE (type) == VECTOR_TYPE
|
||||
|
|
Loading…
Add table
Reference in a new issue