aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
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>