* config/gcn/gcn.c (print_operand): Fix typo.

From-SVN: r269028
This commit is contained in:
Jonathan Wakely 2019-02-19 19:30:59 +00:00 committed by Jonathan Wakely
parent f1c4b346ea
commit a94d5170f8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-02-19 Jonathan Wakely <jwakely@redhat.com>
* config/gcn/gcn.c (print_operand): Fix typo.
2019-02-19 H.J. Lu <hongjiu.lu@intel.com>
PR target/89397

View File

@ -5946,7 +5946,7 @@ print_operand (FILE *file, rtx x, int code)
if (x)
print_operand (file, ix, code);
else
output_operand_lossage ("invlaid fp constant");
output_operand_lossage ("invalid fp constant");
return;
break;
}