From d91edf86b0cb904a88fc086d9580fcfa8ee53d3f Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 21 Nov 2003 06:52:23 +0000 Subject: 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 --- gcc/gcse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gcse.c') 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) -- cgit v1.1