Commit 7e887487 by Bin Cheng Committed by Bin Cheng

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
parent 3b4c0f7e
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> 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
* config/aarch64/aarch64.c (generic_tunings): Update prefetch model. * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
......
...@@ -353,7 +353,6 @@ struct cost_pair ...@@ -353,7 +353,6 @@ struct cost_pair
tree value; /* For final value elimination, the expression for tree value; /* For final value elimination, the expression for
the final value of the iv. For iv elimination, the final value of the iv. For iv elimination,
the new bound to compare with. */ the new bound to compare with. */
iv_inv_expr_ent *inv_expr; /* Loop invariant expression. */
}; };
/* Use. */ /* Use. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment