Fix a typo.

From-SVN: r98862
This commit is contained in:
Kazu Hirata 2005-04-27 17:40:22 +00:00
parent d0828b3113
commit 73ecddd399

View File

@ -80,9 +80,8 @@
(init_ssanames, fini_ssa_names, make_ssanames, (init_ssanames, fini_ssa_names, make_ssanames,
release_ssa_name): Update uses of ssa_names. release_ssa_name): Update uses of ssa_names.
* dojump.c: Fix comment typos. emit-rtl.c, expmed.c, expr.c, * dojump.c, emit-rtl.c, expmed.c, expr.c, stmt.c, stor-layout.c:
stmt.c, stor-layout.c: Use fold_buildN instead of Use fold_buildN instead of fold (buildN (...)).
fold (buildN (...)).
2005-04-27 Devang Patel <dpatel@apple.com> 2005-04-27 Devang Patel <dpatel@apple.com>