https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62005
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Aug 5 08:09:00 2014
New Revision: 213621
URL: https://gcc.gnu.org/viewcvs?rev=213621&root=gcc&view=rev
Log:
* loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.
(analyze_iv_to_split_insn): Don't initialize them.
(get_ivts_expr): Removed.
(allocate_basic_variable, insert_base_initialization): Use
SET_SRC instead of *get_ivts_expr.
(split_iv): Use &SET_SRC instead of get_ivts_expr.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/loop-unroll.c