]> gcc.gnu.org Git - gcc.git/commit
tree-vect-analyze.c (vect_mark_relevant): Take VEC(tree,heap) instead of varray_type...
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 25 Apr 2005 02:33:12 +0000 (02:33 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 25 Apr 2005 02:33:12 +0000 (02:33 +0000)
commit51d008916adbdcbe39a089f3754f5c3b430c717e
tree0ba3673ca9dc521954986763e3a21121fa40893d
parenteb1093d3721a1435bf078b2356d9a707d1a4752e
tree-vect-analyze.c (vect_mark_relevant): Take VEC(tree,heap) instead of varray_type as an argument.

* tree-vect-analyze.c (vect_mark_relevant): Take
VEC(tree,heap) instead of varray_type as an argument.
(vect_mark_stmts_to_be_vectorized): Change the type of
worklist to VEC(tree,heap).  Adjust uses of worklist.

From-SVN: r98695
gcc/ChangeLog
gcc/tree-vect-analyze.c
This page took 0.057046 seconds and 5 git commands to generate.