Commit 476a33f4 by Richard Henderson Committed by Richard Henderson

genrecog.c (validate_pattern): Condense the destination non-lvalue message.

        * genrecog.c (validate_pattern): Condense the destination
        non-lvalue message.

From-SVN: r29974
parent e7bba992
Thu Oct 14 04:00:40 1999 Richard Henderson <rth@cygnus.com>
* genrecog.c (validate_pattern): Condense the destination
non-lvalue message.
Thu Oct 14 03:23:08 1999 Richard Henderson <rth@cygnus.com> Thu Oct 14 03:23:08 1999 Richard Henderson <rth@cygnus.com>
* alpha.md (call-1): Supply missing mode for operator. * alpha.md (call-1): Supply missing mode for operator.
......
...@@ -509,10 +509,8 @@ validate_pattern (pattern, insn, set_dest) ...@@ -509,10 +509,8 @@ validate_pattern (pattern, insn, set_dest)
&& allows_non_lvalue) && allows_non_lvalue)
{ {
message_with_line (pattern_lineno, message_with_line (pattern_lineno,
"warning: `%s' allows non-lvalue,", "warning: destination operand 0 allows non-lvalue",
pred_name); XINT (pattern, 0));
message_with_line (pattern_lineno,
" and used as destination of a set");
} }
/* A modeless MATCH_OPERAND can be handy when we can /* A modeless MATCH_OPERAND can be handy when we can
......
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