diff options
author | Joseph Myers <jsm28@gcc.gnu.org> | 2001-11-23 02:05:19 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-11-23 02:05:19 +0000 |
commit | a1f300c0f19c17e0b17fe8017bc3cb79f23337bd (patch) | |
tree | 827acc65803788d44d036826826c0366d5c3edc9 /gcc/regmove.c | |
parent | 754d92990a56ddb0319ecd360eed752684423f0a (diff) | |
download | gcc-a1f300c0f19c17e0b17fe8017bc3cb79f23337bd.zip gcc-a1f300c0f19c17e0b17fe8017bc3cb79f23337bd.tar.gz gcc-a1f300c0f19c17e0b17fe8017bc3cb79f23337bd.tar.bz2 |
ChangeLog.0, [...]: Fix spelling errors.
* ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,
FSFChangeLog.10, c-decl.c, cppfiles.c, cppinit.c, cpplex.c,
cpplib.c, cppmain.c, cse.c, df.c, diagnostic.c, dominance.c,
dwarf2out.c, dwarfout.c, emit-rtl.c, errors.c, except.c, except.h,
explow.c, function.c, gcse.c, genrecog.c, predict.c, regmove.c,
sched-rgn.c, ssa-ccp.c, stmt.c, toplev.c: Fix spelling errors.
From-SVN: r47279
Diffstat (limited to 'gcc/regmove.c')
-rw-r--r-- | gcc/regmove.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/regmove.c b/gcc/regmove.c index 1c4d56a..31b9355 100644 --- a/gcc/regmove.c +++ b/gcc/regmove.c @@ -2086,7 +2086,7 @@ stable_and_no_regs_but_for_p (x, src, dst) } /* Track stack adjustments and stack memory references. Attempt to - reduce the number of stack adjustments by back-propogating across + reduce the number of stack adjustments by back-propagating across the memory references. This is intended primarily for use with targets that do not define @@ -2096,7 +2096,7 @@ stable_and_no_regs_but_for_p (x, src, dst) (e.g. x86 fp regs) which would ordinarily have to be implemented as a sub/mov pair due to restrictions in calls.c. - Propogation stops when any of the insns that need adjusting are + Propagation stops when any of the insns that need adjusting are (a) no longer valid because we've exceeded their range, (b) a non-trivial push instruction, or (c) a call instruction. |