* expr.c (emit_move_insn_1): Clarify cannot_inline message.
authorRichard Henderson <rth@cygnus.com>
Sun, 19 Mar 2000 01:56:42 +0000 (17:56 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 19 Mar 2000 01:56:42 +0000 (17:56 -0800)
From-SVN: r32626

gcc/ChangeLog
gcc/expr.c

index 6927fb2..e17f15e 100644 (file)
@@ -1,3 +1,7 @@
+2000-03-18  Richard Henderson  <rth@cygnus.com>
+
+       * expr.c (emit_move_insn_1): Clarify cannot_inline message.
+
 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
 
        * tree.h (tree_index): Remove enumerals for integer types.
index 4e09199..abbd278 100644 (file)
@@ -2668,7 +2668,7 @@ emit_move_insn_1 (x, y)
 
                      rtx cmem = change_address (mem, mode, NULL_RTX);
 
-                     cfun->cannot_inline = "function uses short complex types";
+                     cfun->cannot_inline = N_("function using short complex types cannot be inline");
 
                      if (packed_dest_p)
                        {