From 4b8bd6013a3e4cc0c529bbd64ddd3dbcb412d07d Mon Sep 17 00:00:00 2001 From: kenner Date: Wed, 25 Jan 1995 19:36:35 +0000 Subject: [PATCH] Update comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8809 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/i386/i386.c | 4 ++-- gcc/config/rs6000/rs6000.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 98e4fcdd67f..2921d9f2341 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -1,5 +1,5 @@ /* Subroutines for insn-output.c for Intel X86. - Copyright (C) 1988, 1992, 1994 Free Software Foundation, Inc. + Copyright (C) 1988, 1992, 1994, 1995 Free Software Foundation, Inc. This file is part of GNU CC. @@ -1463,7 +1463,7 @@ legitimate_address_p (mode, addr, strict) } } else if (scale) - abort (); /* scale w/o index illegal */ + abort (); /* scale w/o index invalid */ /* Validate scale factor */ if (scale) diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index b3d3652ff62..ca02f3ccce9 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -1513,7 +1513,7 @@ struct rs6000_args {int words, fregno, nargs_prototype; }; of a switch statement. If the code is computed here, return it with a return statement. Otherwise, break from the switch. - On the RS/6000, if it is legal in the insn, it is free. So this + On the RS/6000, if it is valid in the insn, it is free. So this always returns 0. */ #define CONST_COSTS(RTX,CODE,OUTER_CODE) \ -- 2.11.0