PR target/52726
* config/tilepro/tilepro.c (tilepro_print_operand): Use just
"invalid %%t operand" in output_operand_lossage message.
From-SVN: r270308
+2019-04-12 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/52726
+ * config/tilepro/tilepro.c (tilepro_print_operand): Use just
+ "invalid %%t operand" in output_operand_lossage message.
+
2019-04-12 Andreas Krebbel <krebbel@linux.ibm.com>
* config/s390/predicates.md (permute_pattern_operand): New
i = exact_log2 (n);
if (i < 0)
{
- output_operand_lossage ("invalid %%t operand %<%wd%>", n);
+ output_operand_lossage ("invalid %%t operand");
return;
}