From f024691d2a66811e08d60b5caeba6d73fe67c504 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 5 Oct 2003 19:50:56 +0000 Subject: * c-pretty-print.c: Fix comment typos. * c-pretty-print.h: Likewise. * calls.c: Likewise. * cfgloopmanip.c: Likewise. * cgraphunit.c: Likewise. * cppfiles.c: Likewise. * final.c: Likewise. * function.c: Likewise. * gcov-io.h: Likewise. * gcse.c: Likewise. * genoutput.c: Likewise. * loop.c: Likewise. * postreload.c: Likewise. * reg-stack.c: Likewise. * regmove.c: Likewise. * sched-int.h: Likewise. * sched-rgn.c: Likewise. * simplify-rtx.c: Likewise. * tree-inline.c: Likewise. * config/m68hc11/m68hc11.h: Likewise. * config/mmix/mmix.c: Likewise. * config/mn10300/mn10300.md: Likewise. * config/sh/sh.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72118 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 8e78e5b08e6..84524b37d19 100644 --- a/gcc/gcse.c +++ b/gcc/gcse.c @@ -5360,7 +5360,7 @@ pre_edge_insert (struct edge_list *edge_list, struct expr **index_map) reaching_reg <- expr old_reg <- reaching_reg because this way copy propagation can discover additional PRE - opportunuties. But if this fails, we try the old way. */ + opportunities. But if this fails, we try the old way. */ static void pre_insert_copy_insn (struct expr *expr, rtx insn) -- cgit v1.2.3