From edb9aafc8fc92774c62e28047bcb9338fee15e30 Mon Sep 17 00:00:00 2001 From: amker Date: Thu, 4 May 2017 18:01:10 +0000 Subject: [PATCH] * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr which is not used any more. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@247612 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/tree-ssa-loop-ivopts.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 374a338c8f7..536e137c76a 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 7caa40df07f..adb985bc697 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. */ -- 2.11.4.GIT