diff options
-rw-r--r-- | gcc/tree-vect-slp.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/tree-vect-slp.c b/gcc/tree-vect-slp.c index 6afe5cc73b1c..66548cf6f86e 100644 --- a/gcc/tree-vect-slp.c +++ b/gcc/tree-vect-slp.c @@ -2526,18 +2526,6 @@ vect_slp_analyze_operations (vec<slp_instance> slp_instances, void *data) vect_free_slp_instance (instance); slp_instances.ordered_remove (i); } - else if (noalias != 0 && i > 0) - { - dump_printf_loc (MSG_NOTE, vect_location, - "removing SLP instance operations starting from: "); - dump_gimple_stmt (MSG_NOTE, TDF_SLIM, - SLP_TREE_SCALAR_STMTS - (SLP_INSTANCE_TREE (instance))[0], 0); - dump_printf_loc (MSG_NOTE, vect_location, - "remove all but first instance\n"); - vect_free_slp_instance (instance); - slp_instances.ordered_remove (i); - } else { /* Compute the costs of the SLP instance. */ |