aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-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>