* config/gcn/gcn.c (print_operand): Fix typo.
From-SVN: r269028
This commit is contained in:
parent
f1c4b346ea
commit
a94d5170f8
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user