From 6c84231068a61991af1a14bd958e990a4fb73f4f Mon Sep 17 00:00:00 2001 From: danglin Date: Fri, 3 Aug 2001 01:19:20 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44589 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/cse.c') diff --git a/gcc/cse.c b/gcc/cse.c index a1b13e41fd2..c7d1fccdaa1 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -3339,7 +3339,7 @@ fold_rtx (x, insn) case PC: /* If the next insn is a CODE_LABEL followed by a jump table, PC's value is a LABEL_REF pointing to that label. That - lets us fold switch statements on the Vax. */ + lets us fold switch statements on the VAX. */ if (insn && GET_CODE (insn) == JUMP_INSN) { rtx next = next_nonnote_insn (insn); @@ -6852,7 +6852,7 @@ cse_end_of_basic_block (insn, data, follow_jumps, after_loop, skip_blocks) && NOTE_LINE_NUMBER (p) == NOTE_INSN_LOOP_END) break; - /* Don't cse over a call to setjmp; on some machines (eg vax) + /* Don't cse over a call to setjmp; on some machines (eg VAX) the regs restored by the longjmp come from a later time than the setjmp. */ if (GET_CODE (p) == NOTE -- cgit v1.2.1