* stmt.c (expand_asm_operands): Re-word warning.

From-SVN: r67678
This commit is contained in:
Richard Henderson 2003-06-09 14:28:21 -07:00 committed by Richard Henderson
parent 528b848768
commit 71ed1fdbff
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-06-09 Richard Henderson <rth@redhat.com>
* stmt.c (expand_asm_operands): Re-word warning.
2003-06-08 Andrew Pinski <pinskia@physics.uc.edu>
PR target/8787

View File

@ -1772,8 +1772,8 @@ expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line)
}
else
{
warning ("asm operand %d uses deprecated memory input "
"without lvalue", i + noutputs);
warning ("use of memory input without lvalue in "
"asm operand %d is deprecated", i + noutputs);
if (CONSTANT_P (op))
{