From 5d3cc252060adbc8457b1d1b9fb30c1fa7803c4a Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 6 Jan 2004 16:51:21 +0000 Subject: alias.c: Fix comment typos. * alias.c: Fix comment typos. * builtins.c: Likewise. * cfg.c: Likewise. * df.c: Likewise. * dominance.c: Likewise. * dwarf2out.c: Likewise. * emit-rtl.c: Likewise. * expr.c: Likewise. * final.c: Likewise. * fold-const.c: Likewise. * gcse.c: Likewise. * genattrtab.c: Likewise. * genrecog.c: Likewise. * gensupport.c: Likewise. * ggc-zone.c: Likewise. * integrate.c: Likewise. * local-alloc.c: Likewise. * loop.c: Likewise. * recog.c: Likewise. * regmove.c: Likewise. * reg-stack.c: Likewise. * reorg.c: Likewise. * rtlanal.c: Likewise. * rtl.h: Likewise. * sched-ebb.c: Likewise. * simplify-rtx.c: Likewise. * toplev.c: Likewise. * varasm.c: Likewise. From-SVN: r75475 --- 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 7984376..55f6d1b 100644 --- a/gcc/gcse.c +++ b/gcc/gcse.c @@ -817,7 +817,7 @@ gcse_main (rtx f, FILE *file) partial redundancy elimination. */ free_gcse_mem (); - /* It does not make sense to run code hoisting unless we optimizing + /* It does not make sense to run code hoisting unless we are optimizing for code size -- it rarely makes programs faster, and can make them bigger if we did partial redundancy elimination (when optimizing for space, we use a classic gcse algorithm instead of partial -- cgit v1.1