From: Andrew Pinski Date: Wed, 2 Jun 2004 19:36:07 +0000 (-0700) Subject: Add function name to the changelog. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=03a4c969079e508d695f0b8b82bd573b54e01a3c;p=gcc.git Add function name to the changelog. From-SVN: r82576 --- 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