From: Bin Cheng Date: Thu, 4 May 2017 18:01:10 +0000 (+0000) Subject: tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr which is not used... X-Git-Tag: basepoints/gcc-9~7559 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e887487db3d9a7dfe014f1c6d4edcbe1f5f9d60;p=thirdparty%2Fgcc.git tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr which is not used any more. * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr which is not used any more. From-SVN: r247612 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 374a338c8f75..536e137c76a1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-05-04 Bin Cheng + + * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr + which is not used any more. + 2017-05-04 Wilco Dijkstra * config/aarch64/aarch64.c (generic_tunings): Update prefetch model. diff --git a/gcc/tree-ssa-loop-ivopts.c b/gcc/tree-ssa-loop-ivopts.c index 7caa40df07f4..adb985bc697f 100644 --- a/gcc/tree-ssa-loop-ivopts.c +++ b/gcc/tree-ssa-loop-ivopts.c @@ -353,7 +353,6 @@ struct cost_pair tree value; /* For final value elimination, the expression for the final value of the iv. For iv elimination, the new bound to compare with. */ - iv_inv_expr_ent *inv_expr; /* Loop invariant expression. */ }; /* Use. */