* genrecog.c (validate_pattern): Condense the destination
non-lvalue message.
From-SVN: r29974
+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.
&& 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