2005-10-06 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Oct 2005 19:43:18 +0000 (19:43 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Oct 2005 19:43:18 +0000 (19:43 +0000)
* ChangeLog: Fix ChangeLog entry to mention RESULT_DECL instead
of PARM_DECL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105054 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 16aeadb..f7a9c38 100644 (file)
@@ -33,7 +33,7 @@
 2005-10-06  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/24238
-       * tree-ssa-alias.c (find_used_portions): Handle PARAM_DECL.
+       * tree-ssa-alias.c (find_used_portions): Handle RESULT_DECL.
 
 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>