From 7e887487db3d9a7dfe014f1c6d4edcbe1f5f9d60 Mon Sep 17 00:00:00 2001 From: Bin Cheng Date: Thu, 4 May 2017 18:01:10 +0000 Subject: 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 --- gcc/tree-ssa-loop-ivopts.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/tree-ssa-loop-ivopts.c') diff --git a/gcc/tree-ssa-loop-ivopts.c b/gcc/tree-ssa-loop-ivopts.c index 7caa40d..adb985b 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. */ -- cgit v1.1