From: Alan Modra Date: Fri, 16 Dec 2005 06:14:17 +0000 (+0000) Subject: reload.c (find_reloads): Fix comment typo. X-Git-Tag: releases/gcc-4.2.0~5314 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=425de7399f1ad69ba9ff0f71ba8f9343798277b9;p=thirdparty%2Fgcc.git reload.c (find_reloads): Fix comment typo. * reload.c (find_reloads): Fix comment typo. * recog.h (recog_memoized): Correct comment. From-SVN: r108627 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5af6d55cfc99..f2481a5b7b5a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-12-16 Alan Modra + + * reload.c (find_reloads): Fix comment typo. + * recog.h (recog_memoized): Correct comment. + 2005-12-16 Kazu Hirata * basic-block.h, config/i386/winnt.c, config/pa/pa.c, diff --git a/gcc/recog.h b/gcc/recog.h index b219c407cf30..83e5c29067d0 100644 --- a/gcc/recog.h +++ b/gcc/recog.h @@ -133,7 +133,7 @@ extern int if_test_bypass_p (rtx, rtx); This function is the normal interface to instruction recognition. The automatically-generated function `recog' is normally called - through this one. (The only exception is in combine.c.) */ + through this one. */ static inline int recog_memoized (rtx insn) diff --git a/gcc/reload.c b/gcc/reload.c index 97b2c3be525b..7066f7d2dc03 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -4027,7 +4027,7 @@ find_reloads (rtx insn, int replace, int ind_levels, int live_known, { /* We only do this on the last pass through reload, because it is possible for some data (like reg_equiv_address) to be changed during - later passes. Moreover, we loose the opportunity to get a useful + later passes. Moreover, we lose the opportunity to get a useful reload_{in,out}_reg when we do these replacements. */ if (replace)