tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR directly instead...
authorJakub Jelinek <jakub@redhat.com>
Sat, 23 Jan 2016 09:54:53 +0000 (10:54 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 23 Jan 2016 09:54:53 +0000 (10:54 +0100)
commit5958f9e24850b9f8dc76d102ca3c7fe25b18fefc
treecf20c11044e5648d8397bd4be5eaad361f5c56a3
parentbc0cbd52afc64bf9eedb238da196961987970d31
tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR directly instead of building a temporary tree.

* tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
directly instead of building a temporary tree.

From-SVN: r232764
gcc/ChangeLog
gcc/tree-vect-stmts.c