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
1 changed files with 2 additions and 3 deletions

View File

@ -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>