(expand_asm, expand_asm_operands): Change error message text.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 25 Jan 1995 19:34:44 +0000 (14:34 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 25 Jan 1995 19:34:44 +0000 (14:34 -0500)
From-SVN: r8808

gcc/stmt.c

index 4d850e75686f4edd02302788b4e4713b42e5f9a9..73c5c9d9404fc1757ace5d246f632300cb09bbc1 100644 (file)
@@ -1,5 +1,5 @@
 /* Expands front end tree to back end RTL for GNU C-Compiler
-   Copyright (C) 1987, 88, 89, 92, 93, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1987, 88, 89, 92, 93, 94, 1995 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -1319,7 +1319,7 @@ expand_asm (body)
 {
   if (output_bytecode)
     {
-      error ("`asm' is illegal when generating bytecode");
+      error ("`asm' is invalid when generating bytecode");
       return;
     }
 
@@ -1367,7 +1367,7 @@ expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line)
 
   if (output_bytecode)
     {
-      error ("`asm' is illegal when generating bytecode");
+      error ("`asm' is invalid when generating bytecode");
       return;
     }