diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-01-25 14:36:35 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-01-25 14:36:35 -0500 |
commit | 01554f00ebd72e49eb7a0dca8ed47dc3def00dfc (patch) | |
tree | 7fb8748d7f10d841079e60d84936cf7122ec11ef /gcc | |
parent | e3da71efe260400071275b68a3940920da542508 (diff) | |
download | gcc-01554f00ebd72e49eb7a0dca8ed47dc3def00dfc.zip gcc-01554f00ebd72e49eb7a0dca8ed47dc3def00dfc.tar.gz gcc-01554f00ebd72e49eb7a0dca8ed47dc3def00dfc.tar.bz2 |
Update comment.
From-SVN: r8809
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/i386.c | 4 | ||||
-rw-r--r-- | 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 98e4fcd..2921d9f 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 b3d3652..ca02f3c 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) \ |