]> git.ipfire.org Git - thirdparty/gcc.git/commit
gimple-ssa-strength-reduction.c (struct slsr_cand_d): Change base_name to base_expr.
authorBill Schmidt <wschmidt@linux.ibm.com>
Wed, 1 Aug 2012 14:00:35 +0000 (14:00 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Wed, 1 Aug 2012 14:00:35 +0000 (14:00 +0000)
commit3cfd446903f49d549cc5f1a3ea07497834ece1b1
tree48a51892eb9b02843f2560ab7a4943f9af7c8d7a
parent2749c8f6b3afbaae1e0d18c47ee5eb0b07ee9bb4
gimple-ssa-strength-reduction.c (struct slsr_cand_d): Change base_name to base_expr.

2012-08-01  Bill Schmidt  <wschmidt@linux.ibm.com>

* gimple-ssa-strength-reduction.c (struct slsr_cand_d): Change
base_name to base_expr.
(struct cand_chain_d): Likewise.
(base_cand_hash): Likewise.
(base_cand_eq): Likewise.
(record_potential_basis): Likewise.
(alloc_cand_and_find_basis): Likewise.
(create_mul_ssa_cand): Likewise.
(create_mul_imm_cand): Likewise.
(create_add_ssa_cand): Likewise.
(create_add_imm_cand): Likewise.
(slsr_process_cast): Likewise.
(slsr_process_copy): Likewise.
(dump_candidate): Likewise.
(base_cand_dump_callback): Likewise.
(unconditional_cands_with_known_stride_p): Likewise.
(cand_increment): Likewise.

From-SVN: r190038
gcc/ChangeLog
gcc/gimple-ssa-strength-reduction.c