r225293 - in /trunk/gcc: ChangeLog tree-ssa-loo...

amker@gcc.gnu.org amker@gcc.gnu.org
Thu Jul 2 04:32:00 GMT 2015


Author: amker
Date: Thu Jul  2 04:32:05 2015
New Revision: 225293

URL: https://gcc.gnu.org/viewcvs?rev=225293&root=gcc&view=rev
Log:

	* tree-ssa-loop-ivopts.c (struct ivopts_data): New field iv_obstack.
	(tree_ssa_iv_optimize_init): Initialize iv_obstack.
	(alloc_iv): New parameter.  Allocate struct iv using obstack_alloc.
	(set_iv, find_interesting_uses_address, add_candidate_1): New
	argument to alloc_iv.
	(find_interesting_uses_op, find_interesting_uses_cond): Don't
	duplicate struct iv.
	(free_loop_data): Don't free struct iv explicitly.
	(tree_ssa_iv_optimize_finalize): Free iv_obstack.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssa-loop-ivopts.c



More information about the Gcc-cvs mailing list