summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-02 19:36:07 +0000
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-02 19:36:07 +0000
commita66b1d06a7c0fb9d05e195df2b897c04c5f57d56 (patch)
treeb3a1aab198dad37e4ef31c91e7dc27361563537a
parent73344ab83c2f9b11a18d6d15ff08a0519f9ff802 (diff)
downloadgcc-a66b1d06a7c0fb9d05e195df2b897c04c5f57d56.tar.gz
Add function name to the changelog.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82576 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7290effa578..dd380f0b75e 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>