Update comment.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 25 Jan 1995 19:36:35 +0000 (14:36 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 25 Jan 1995 19:36:35 +0000 (14:36 -0500)
From-SVN: r8809

gcc/config/i386/i386.c
gcc/config/rs6000/rs6000.h

index 98e4fcdd67fafcdb0236439747db40ef5a82b49a..2921d9f23413dbe8142dbaca4eb24001af1a7544 100644 (file)
@@ -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)
index b3d3652ff62ead6538af4369b71e9c753f4fdaa6..ca02f3ccce93ce8af5a9664244bf1894872430a5 100644 (file)
@@ -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) \