diff options
author | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-06-02 12:36:07 -0700 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-06-02 12:36:07 -0700 |
commit | 03a4c969079e508d695f0b8b82bd573b54e01a3c (patch) | |
tree | b3a1aab198dad37e4ef31c91e7dc27361563537a /gcc | |
parent | d2d87e6d9ed5644287247ae5dff315d0a0b57de7 (diff) | |
download | gcc-03a4c969079e508d695f0b8b82bd573b54e01a3c.zip gcc-03a4c969079e508d695f0b8b82bd573b54e01a3c.tar.gz gcc-03a4c969079e508d695f0b8b82bd573b54e01a3c.tar.bz2 |
Add function name to the changelog.
From-SVN: r82576
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7290eff..dd380f0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,7 +3,8 @@ PR tree-optimization/14042 PR tree-optimization/14729 PR tree-optimization/14736 - * tree-ssa.c: Check the type which the pointer points to + * tree-ssa.c (tree_ssa_useless_type_conversion_1): + Check the type which the pointer points to instead of the pointer types. 2004-06-02 Kazu Hirata <kazu@cs.umass.edu> |