Commit a94d5170 by Jonathan Wakely Committed by Jonathan Wakely

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

From-SVN: r269028
parent f1c4b346
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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment