diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2009-10-11 19:09:01 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2009-10-11 19:09:01 +0000 |
commit | c47d1dbaeb4f5ed3d09d1f440fb3a513e8ad73d3 (patch) | |
tree | 0af59fd9a7957f8015a9a3583d7558f62d298e02 /gcc/ChangeLog | |
parent | 3c6d5e12dd0ffd98659bae850681c17e80d883ec (diff) | |
download | gcc-c47d1dbaeb4f5ed3d09d1f440fb3a513e8ad73d3.zip gcc-c47d1dbaeb4f5ed3d09d1f440fb3a513e8ad73d3.tar.gz gcc-c47d1dbaeb4f5ed3d09d1f440fb3a513e8ad73d3.tar.bz2 |
simplify-rtx.c (simplify_replace_rtx): Use rtx_equal_p for all OLD_RTXes, not just REGs.
gcc/
* simplify-rtx.c (simplify_replace_rtx): Use rtx_equal_p for
all OLD_RTXes, not just REGs. Use copy_rtx to create the
replacement value.
From-SVN: r152646
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2ebe6ca..ba83cf9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2009-10-11 Richard Sandiford <rdsandiford@googlemail.com> + + * simplify-rtx.c (simplify_replace_rtx): Use rtx_equal_p for + all OLD_RTXes, not just REGs. Use copy_rtx to create the + replacement value. + 2009-10-11 Richard Guenther <rguenther@suse.de> * gimple.c (iterative_hash_type_name): Do not handle special |