OSDN Git Service

Update comment.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jan 1995 19:36:35 +0000 (19:36 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jan 1995 19:36:35 +0000 (19:36 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8809 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 98e4fcd..2921d9f 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 b3d3652..ca02f3c 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) \