ChangeLog: Fix ChangeLog entry to mention RESULT_DECL instead of PARM_DECL.

2005-10-06  Richard Guenther  <rguenther@suse.de>

	* ChangeLog: Fix ChangeLog entry to mention RESULT_DECL instead
	of PARM_DECL.

From-SVN: r105054
This commit is contained in:
Richard Biener 2005-10-06 19:43:18 +00:00
parent 6c11790df9
commit 0c7c1604de

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