aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2005-04-27 17:40:22 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-27 17:40:22 +0000
commit73ecddd39977b3659675d77fd2bca94cc5903055 (patch)
tree68de29f8520ef83e4516348d9b7d6638ca8e104d
parentd0828b31137e7153c678d4921d085c378ef1d458 (diff)
downloadgcc-73ecddd39977b3659675d77fd2bca94cc5903055.zip
gcc-73ecddd39977b3659675d77fd2bca94cc5903055.tar.gz
gcc-73ecddd39977b3659675d77fd2bca94cc5903055.tar.bz2
Fix a typo.
From-SVN: r98862
-rw-r--r--gcc/ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 54870c6..4c6ef87 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -80,9 +80,8 @@
(init_ssanames, fini_ssa_names, make_ssanames,
release_ssa_name): Update uses of ssa_names.
- * dojump.c: Fix comment typos. emit-rtl.c, expmed.c, expr.c,
- stmt.c, stor-layout.c: Use fold_buildN instead of
- fold (buildN (...)).
+ * dojump.c, emit-rtl.c, expmed.c, expr.c, stmt.c, stor-layout.c:
+ Use fold_buildN instead of fold (buildN (...)).
2005-04-27 Devang Patel <dpatel@apple.com>