aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2004-06-02 12:36:07 -0700
committerAndrew Pinski <pinskia@gcc.gnu.org>2004-06-02 12:36:07 -0700
commit03a4c969079e508d695f0b8b82bd573b54e01a3c (patch)
treeb3a1aab198dad37e4ef31c91e7dc27361563537a /gcc
parentd2d87e6d9ed5644287247ae5dff315d0a0b57de7 (diff)
downloadgcc-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/ChangeLog3
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>