Commit 942248b8 by Richard Henderson Committed by Richard Henderson

* expr.c (emit_move_insn_1): Clarify cannot_inline message.

From-SVN: r32626
parent 01955e96
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> 2000-03-18 Mark Mitchell <mark@codesourcery.com>
* tree.h (tree_index): Remove enumerals for integer types. * tree.h (tree_index): Remove enumerals for integer types.
......
...@@ -2668,7 +2668,7 @@ emit_move_insn_1 (x, y) ...@@ -2668,7 +2668,7 @@ emit_move_insn_1 (x, y)
rtx cmem = change_address (mem, mode, NULL_RTX); 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) if (packed_dest_p)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment