aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Biener <rguenth@gcc.gnu.org>2005-10-06 19:43:18 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2005-10-06 19:43:18 +0000
commit0c7c1604de7009d820bba46fb102b8d3f7d691da (patch)
tree6d1c3fe35de44847c9507750aa0cb026600a13f2 /gcc
parent6c11790df95634c3911e7990770c6dac72eb8961 (diff)
downloadgcc-0c7c1604de7009d820bba46fb102b8d3f7d691da.zip
gcc-0c7c1604de7009d820bba46fb102b8d3f7d691da.tar.gz
gcc-0c7c1604de7009d820bba46fb102b8d3f7d691da.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 16aeadb..f7a9c38 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>