From 4d6922ee327a1a5c4a6bbf974186a34355464df9 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 5 Jul 2003 15:17:36 +0000 Subject: 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 --- gcc/ra-build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ra-build.c') diff --git a/gcc/ra-build.c b/gcc/ra-build.c index c4cc59a..e6f846a 100644 --- a/gcc/ra-build.c +++ b/gcc/ra-build.c @@ -667,7 +667,7 @@ defuse_overlap_p_1 (def, use) if they refer to the same word. */ if (SUBREG_BYTE (def) == SUBREG_BYTE (use->x)) return 1; - /* Now the more difficult part: the same regno is refered, but the + /* Now the more difficult part: the same regno is referred, but the sizes of the references or the words differ. E.g. (subreg:SI (reg:CDI a) 0) and (subreg:DI (reg:CDI a) 2) do not overlap, whereas the latter overlaps with (subreg:SI (reg:CDI a) 3). -- cgit v1.1