* loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.
commit686fd44cc23189dd41cc7effa2947722ff8e7774
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Aug 2014 08:09:00 +0000 (5 08:09 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Aug 2014 08:09:00 +0000 (5 08:09 +0000)
treec56909cb2b95226d2283be3e1429ab12c283d59f
parent86e09dcd10e64cc31ac5f523abd3c2a35ace6e3c
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213621 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/loop-unroll.c