From: Jonathan Wakely Date: Tue, 19 Feb 2019 19:30:59 +0000 (+0000) Subject: * config/gcn/gcn.c (print_operand): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a94d5170f8f31865c547a3e73690a6dd1beb9600;p=gcc.git * config/gcn/gcn.c (print_operand): Fix typo. From-SVN: r269028 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 58630f7bb1d..4cd8ad6d82f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-02-19 Jonathan Wakely + + * config/gcn/gcn.c (print_operand): Fix typo. + 2019-02-19 H.J. Lu PR target/89397 diff --git a/gcc/config/gcn/gcn.c b/gcc/config/gcn/gcn.c index bd8ea55ec03..1dd2ff2d4f0 100644 --- a/gcc/config/gcn/gcn.c +++ b/gcc/config/gcn/gcn.c @@ -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; }