tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr which is not used...
authorBin Cheng <bin.cheng@arm.com>
Thu, 4 May 2017 18:01:10 +0000 (18:01 +0000)
committerBin Cheng <amker@gcc.gnu.org>
Thu, 4 May 2017 18:01:10 +0000 (18:01 +0000)
* tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
which is not used any more.

From-SVN: r247612

gcc/ChangeLog
gcc/tree-ssa-loop-ivopts.c

index 374a338..536e137 100644 (file)
@@ -1,3 +1,8 @@
+2017-05-04  Bin Cheng  <bin.cheng@arm.com>
+
+       * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
+       which is not used any more.
+
 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
 
        * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
index 7caa40d..adb985b 100644 (file)
@@ -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.  */