From: Kazu Hirata Date: Wed, 27 Apr 2005 17:40:22 +0000 (+0000) Subject: Fix a typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=73ecddd39977b3659675d77fd2bca94cc5903055;p=gcc.git Fix a typo. From-SVN: r98862 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 54870c628d1..4c6ef879b56 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