* tree-vect-transform.c (vectorizable_store): Remove call to
authorirar <irar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Aug 2007 10:56:11 +0000 (10:56 +0000)
committerirar <irar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Aug 2007 10:56:11 +0000 (10:56 +0000)
commitd984cd60119bc235a47b047b07c1013d18ed9373
tree02df24d19d65d79981aa9158fb91bc2328904c17
parentc4a2e5bec3fd2b7a23d042685ac538cd0e784efa
* tree-vect-transform.c (vectorizable_store): Remove call to
copy_virtual_operands() and call mark_symbols_for_renaming() for
the created vector store.
(vect_setup_realignment): Don't call copy_virtual_operands() and
update_vuses_to_preheader().
(vectorizable_load): Don't call copy_virtual_operands().
(update_vuses_to_preheader): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127315 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-vect-transform.c