diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2004-09-24 18:16:11 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-09-24 11:16:11 -0700 |
commit | 84f7a28c9b3fe007dbbdd332643cb6858997ba8f (patch) | |
tree | 59fd370949d9651a684e75d418d9278f2730b049 /gcc/ChangeLog | |
parent | 532c67ca934a0926455c5a1f745233a4ee3dc2fb (diff) | |
download | gcc-84f7a28c9b3fe007dbbdd332643cb6858997ba8f.zip gcc-84f7a28c9b3fe007dbbdd332643cb6858997ba8f.tar.gz gcc-84f7a28c9b3fe007dbbdd332643cb6858997ba8f.tar.bz2 |
tree-ssa-phiopt.c (conditional_replacement): Use the correct type with the copy of the conditional.
2004-09-24 Andrew Pinski <pinskia@physics.uc.edu>
* tree-ssa-phiopt.c (conditional_replacement): Use the correct
type with the copy of the conditional.
From-SVN: r88065
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6e237dc..74b4a42 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2004-09-24 Andrew Pinski <pinskia@physics.uc.edu> + * tree-ssa-phiopt.c (conditional_replacement): Use the correct + type with the copy of the conditional. + +2004-09-24 Andrew Pinski <pinskia@physics.uc.edu> + PR tree-opt/16954 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Prevent renaming if the aliasing sets of the type which the |