loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.
authorJakub Jelinek <jakub@gcc.gnu.org>
Tue, 5 Aug 2014 08:09:00 +0000 (10:09 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 5 Aug 2014 08:09:00 +0000 (10:09 +0200)
commit8cab83f05f81443dcd8783282c3600ef169945a6
treec56909cb2b95226d2283be3e1429ab12c283d59f
parent574921c272ca69e7a224d5e45f287d9c2fd49530
loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.

* 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.

From-SVN: r213621
gcc/ChangeLog
gcc/loop-unroll.c