aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
diff options
context:
space:
mode:
authorLars Brinkhoff <lars@nocrew.org>2001-08-03 01:19:20 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2001-08-03 01:19:20 +0000
commit8aeea6e67d77adc1a5e1575e4543d4259295be39 (patch)
tree84a4044443510c1b5b0e3a9c9f61f35ed627660b /gcc/combine.c
parent36e10d77f212d88ecc4f97fff8636cdb744c0cb9 (diff)
downloadgcc-8aeea6e67d77adc1a5e1575e4543d4259295be39.zip
gcc-8aeea6e67d77adc1a5e1575e4543d4259295be39.tar.gz
gcc-8aeea6e67d77adc1a5e1575e4543d4259295be39.tar.bz2
combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments and documentation.
* combine.c, config.gcc, cse.c, defaults.h, real.c, reload.c, simplify-rtx.c, config/alpha/alpha.h, config/avr/avr.h, config/convex/convex.h, config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h, config/elxsi/elxsi.h, config/fr30/fr30.h, config/m88k/m88k.c, config/mips/mips.h, config/mn10200/mn10200.h, config/mn10300/mn10300.h, config/pdp11/pdp11.md, config/v850/v850.h, config/vax/openbsd.h, config/vax/openbsd1.h, config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c, config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h, config/vax/xm-vms.h, cp/decl2.c, doc/contrib.texi, doc/cpp.texi, doc/gcc.texi, doc/install.texi, doc/invoke.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi: consistently use "VAX", "VAXen", and "MicroVAX" in comments and documentation. From-SVN: r44589
Diffstat (limited to 'gcc/combine.c')
-rw-r--r--gcc/combine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/combine.c b/gcc/combine.c
index f916654..62ab3aa 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -6266,7 +6266,7 @@ extract_left_shift (x, count)
Return the new rtx, usually just X.
- Also, for machines like the Vax that don't have logical shift insns,
+ Also, for machines like the VAX that don't have logical shift insns,
try to convert logical to arithmetic shift operations in cases where
they are equivalent. This undoes the canonicalizations to logical
shifts done elsewhere.
@@ -8954,7 +8954,7 @@ simplify_shift_const (x, code, result_mode, varop, input_count)
/* We simplify the tests below and elsewhere by converting
ASHIFTRT to LSHIFTRT if we know the sign bit is clear.
`make_compound_operation' will convert it to a ASHIFTRT for
- those machines (such as Vax) that don't have a LSHIFTRT. */
+ those machines (such as VAX) that don't have a LSHIFTRT. */
if (GET_MODE_BITSIZE (shift_mode) <= HOST_BITS_PER_WIDE_INT
&& code == ASHIFTRT
&& ((nonzero_bits (varop, shift_mode)