aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2003-11-21 06:52:23 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-11-21 06:52:23 +0000
commitd91edf86b0cb904a88fc086d9580fcfa8ee53d3f (patch)
tree0d4b948f3cd1c5a953e88b9bfe820b459208b6a4 /gcc/gcse.c
parent9313cfddf9b1c7f3b9c6e19815fdfa37ec1a5b43 (diff)
downloadgcc-d91edf86b0cb904a88fc086d9580fcfa8ee53d3f.zip
gcc-d91edf86b0cb904a88fc086d9580fcfa8ee53d3f.tar.gz
gcc-d91edf86b0cb904a88fc086d9580fcfa8ee53d3f.tar.bz2
ChangeLog.7: Fix comment typos.
* ChangeLog.7: Fix comment typos. * c-common.c: Likewise. * c-pretty-print.c: Likewise. * cgraphunit.c: Likewise. * et-forest.h: Likewise. * expr.c: Likewise. * gcse.c: Likewise. * genautomata.c: Likewise. * genrecog.c: Likewise. * gensupport.c: Likewise. * ggc-zone.c: Likewise. * haifa-sched.c: Likewise. * ifcvt.c: Likewise. * loop.c: Likewise. * optabs.c: Likewise. * pretty-print.h: Likewise. * regrename.c: Likewise. * rtl.h: Likewise. * sched-rgn.c: Likewise. * target.h: Likewise. * value-prof.c: Likewise. * web.c: Likewise. From-SVN: r73795
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r--gcc/gcse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcse.c b/gcc/gcse.c
index 3e09f02..8f9f13a 100644
--- a/gcc/gcse.c
+++ b/gcc/gcse.c
@@ -2205,7 +2205,7 @@ hash_scan_set (rtx pat, rtx insn, struct hash_table *table)
&& oprs_available_p (pat, tmp))))
insert_set_in_table (pat, insn, table);
}
- /* In case of store we want to consider the memory value as avaiable in
+ /* In case of store we want to consider the memory value as available in
the REG stored in that memory. This makes it possible to remove
redundant loads from due to stores to the same location. */
else if (flag_gcse_las && GET_CODE (src) == REG && GET_CODE (dest) == MEM)