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>
* alpha.md (call-1): Supply missing mode for operator.
......
......@@ -509,10 +509,8 @@ validate_pattern (pattern, insn, set_dest)
&& allows_non_lvalue)
{
message_with_line (pattern_lineno,
"warning: `%s' allows non-lvalue,",
pred_name);
message_with_line (pattern_lineno,
" and used as destination of a set");
"warning: destination operand 0 allows non-lvalue",
XINT (pattern, 0));
}
/* 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