]> gcc.gnu.org Git - gcc.git/commit
loop-unroll.c (struct iv_to_split): Add pointer to next.
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 2 Jun 2009 17:47:33 +0000 (17:47 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Tue, 2 Jun 2009 17:47:33 +0000 (17:47 +0000)
commita9f6eceee70a3cc8f86196b6d6ef9543ecc61a5e
treefff566f45e105f21094d680c335487d6024dd7a9
parent4ea08463a743ae12a5273368c2cc50743818ad48
loop-unroll.c (struct iv_to_split): Add pointer to next.

* loop-unroll.c (struct iv_to_split): Add pointer to next.
(struct var_to_expand): Likewise.
(struct opt_info): Add head and tail for linked lists of the above.
(analyze_insn_to_expand_var): Initialize next.
(analyze_iv_to_split_insn): Likewise.
(analyze_insns_in_loop): Create linked lists.
(allocate_basic_variable): Simplify for use without hash table.
(insert_var_expansion_initialization): Likewise, make it type-safer.
(combine_var_copies_in_loop_exit): Likewise.
(apply_opt_in_copies): Walk lists rather than hash tables.
(release_var_copies): Simplified and inlined by hand into...
(free_opt_info): ... this function.

From-SVN: r148090
gcc/ChangeLog
gcc/loop-unroll.c
This page took 0.053154 seconds and 5 git commands to generate.