This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] ChangeLog: Fix a typo.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Wed, 27 Apr 2005 13:44:35 -0400 (EDT)
- Subject: [patch] ChangeLog: Fix a typo.
Hi,
Committed as obvious.
Kazu Hirata
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.8490
diff -u -d -p -r2.8490 ChangeLog
--- ChangeLog 27 Apr 2005 17:02:17 -0000 2.8490
+++ ChangeLog 27 Apr 2005 17:36:15 -0000
@@ -69,9 +69,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>