mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-25 22:16:05 +08:00
tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Pre-initialize innerloop_iters to one.
2010-08-23 Kai Tietz <kai.tietz@onevision.com> * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Pre-initialize innerloop_iters to one. From-SVN: r163477
This commit is contained in:
parent
bc068a23d0
commit
0b3f008892
@ -1,3 +1,8 @@
|
|||||||
|
2010-08-23 Kai Tietz <kai.tietz@onevision.com>
|
||||||
|
|
||||||
|
* tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
|
||||||
|
Pre-initialize innerloop_iters to one.
|
||||||
|
|
||||||
2010-08-23 Changpeng Fang <changpeng.fang@amd.com>
|
2010-08-23 Changpeng Fang <changpeng.fang@amd.com>
|
||||||
|
|
||||||
* tree-flow.h (may_be_nonaddressable_p): New definition. Make the
|
* tree-flow.h (may_be_nonaddressable_p): New definition. Make the
|
||||||
|
@ -2031,6 +2031,7 @@ vect_get_single_scalar_iteraion_cost (loop_vec_info loop_vinfo)
|
|||||||
statements. */
|
statements. */
|
||||||
|
|
||||||
/* FORNOW. */
|
/* FORNOW. */
|
||||||
|
innerloop_iters = 1;
|
||||||
if (loop->inner)
|
if (loop->inner)
|
||||||
innerloop_iters = 50; /* FIXME */
|
innerloop_iters = 50; /* FIXME */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user