From 27d309563534422c7f948056c6bbcfb341b7150d Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Wed, 21 Aug 2002 23:24:14 +0000 Subject: tree.c (finish_vector_type): Fix a typo in a comment. * tree.c (finish_vector_type): Fix a typo in a comment. * Makefile.in: Fix "the the" stutters in comments. * genautomata.c: Ditto. * ifcvt.c: Ditto. * regrename.c: Ditto. * config/alpha/alpha.c: Ditto. * config/alpha/vms-crt0-64.c: Ditto. * config/alpha/vms-crt0.c: Ditto. * config/alpha/vms-psxcrt0-64.c: Ditto. * config/alpha/vms-psxcrt0.c: Ditto. * config/d30v/d30v.h: Ditto. * config/fr30/fr30.h: Ditto. * config/rs6000/rs6000.c: Ditto. * config/stormy16/stormy16.h: Ditto. * doc/md.texi: Ditto. From-SVN: r56496 --- gcc/regrename.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/regrename.c') diff --git a/gcc/regrename.c b/gcc/regrename.c index 5a80a90..8300c37 100644 --- a/gcc/regrename.c +++ b/gcc/regrename.c @@ -1264,7 +1264,7 @@ copy_value (dest, src, vd) if (vd->e[sr].mode == VOIDmode) set_value_regno (sr, vd->e[dr].mode, vd); - /* If we are narrowing the the input to a smaller number of hard regs, + /* If we are narrowing the input to a smaller number of hard regs, and it is in big endian, we are really extracting a high part. Since we generally associate a low part of a value with the value itself, we must not do the same for the high part. -- cgit v1.1