Add function name to the changelog.

From-SVN: r82576
This commit is contained in:
Andrew Pinski 2004-06-02 12:36:07 -07:00
parent d2d87e6d9e
commit 03a4c96907
1 changed files with 2 additions and 1 deletions

View File

@ -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>