diff options
author | Bill Schmidt <wschmidt@vnet.linux.ibm.com> | 2013-08-03 14:37:26 +0000 |
---|---|---|
committer | William Schmidt <wschmidt@gcc.gnu.org> | 2013-08-03 14:37:26 +0000 |
commit | bb0d2039bae9105b7afe749c923b2c60c579bbb9 (patch) | |
tree | d1382f2adf3cc916dda4fb158217884119cd7e75 /gcc/ChangeLog | |
parent | 399eeef9786cb661aa86981ee9e7a9f3dec373d6 (diff) | |
download | gcc-bb0d2039bae9105b7afe749c923b2c60c579bbb9.zip gcc-bb0d2039bae9105b7afe749c923b2c60c579bbb9.tar.gz gcc-bb0d2039bae9105b7afe749c923b2c60c579bbb9.tar.bz2 |
gimple-ssa-strength-reduction.c (replace_mult_candidate): Update candidate table when replacing a candidate statement.
gcc:
2013-08-03 Bill Schmidt <wschmidt@vnet.linux.ibm.com>
* gimple-ssa-strength-reduction.c (replace_mult_candidate): Update
candidate table when replacing a candidate statement.
(replace_rhs_if_not_dup): Likewise.
(replace_one_candidate): Likewise.
gcc/testsuite:
2013-08-03 Bill Schmidt <wschmidt@vnet.linux.ibm.com>
* gcc.dg/torture/pr57993-2.cpp: New.
From-SVN: r201466
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2168360..b77491a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2013-08-03 Bill Schmidt <wschmidt@vnet.linux.ibm.com> + + * gimple-ssa-strength-reduction.c (replace_mult_candidate): Update + candidate table when replacing a candidate statement. + (replace_rhs_if_not_dup): Likewise. + (replace_one_candidate): Likewise. + 2013-08-02 Jan Hubicka <jh@suse.cz> Martin Liska <marxin.liska@gmail.com> |