aboutsummaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-07-05 15:17:36 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-07-05 15:17:36 +0000
commit4d6922ee327a1a5c4a6bbf974186a34355464df9 (patch)
treea2dfd9ba34b919d888653777fd366320e2e0fccd /gcc/local-alloc.c
parentf1c4bc4fccc9966ace2dc89e430e935448ec3f65 (diff)
downloadgcc-4d6922ee327a1a5c4a6bbf974186a34355464df9.zip
gcc-4d6922ee327a1a5c4a6bbf974186a34355464df9.tar.gz
gcc-4d6922ee327a1a5c4a6bbf974186a34355464df9.tar.bz2
bt-load.c: Fix comment typos.
* bt-load.c: Fix comment typos. * c-incpath.c: Likewise. * cfg.c: Likewise. * cfgcleanup.c: Likewise. * cfgloop.h: Likewise. * cfgloopmanip.c: Likewise. * cfgrtl.c: Likewise. * diagnostic.h: Likewise. * dwarfout.c: Likewise. * emit-rtl.c: Likewise. * et-forest.c: Likewise. * et-forest.h: Likewise. * expr.c: Likewise. * gcse.c: Likewise. * genattr.c: Likewise. * jump.c: Likewise. * langhooks.h: Likewise. * local-alloc.c: Likewise. * loop-unroll.c: Likewise. * loop-unswitch.c: Likewise. * ra-build.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * rtl.def: Likewise. * rtlanal.c: Likewise. * sched-ebb.c: Likewise. * sched-rgn.c: Likewise. * simplify-rtx.c: Likewise. * ssa.c: Likewise. * tracer.c: Likewise. * tree.c: Likewise. From-SVN: r68975
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r--gcc/local-alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c
index 8e06b8d..3881e40 100644
--- a/gcc/local-alloc.c
+++ b/gcc/local-alloc.c
@@ -922,7 +922,7 @@ update_equiv_regs ()
|| (CLASS_LIKELY_SPILLED_P (reg_preferred_class (regno))
&& GET_CODE (src) == MEM))
{
- /* This might be seting a SUBREG of a pseudo, a pseudo that is
+ /* This might be setting a SUBREG of a pseudo, a pseudo that is
also set somewhere else to a constant. */
note_stores (set, no_equiv, NULL);
continue;
@@ -1035,7 +1035,7 @@ update_equiv_regs ()
registers only used that once. If so, see if we can replace the
reference with the equivalent from. If we can, delete the
initializing reference and this register will go away. If we
- can't replace the reference, and the initialzing reference is
+ can't replace the reference, and the initializing reference is
within the same loop (or in an inner loop), then move the register
initialization just before the use, so that they are in the same
basic block. */