From a94d5170f8f31865c547a3e73690a6dd1beb9600 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 19 Feb 2019 19:30:59 +0000 Subject: [PATCH] * config/gcn/gcn.c (print_operand): Fix typo. From-SVN: r269028 --- gcc/ChangeLog | 4 ++++ gcc/config/gcn/gcn.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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; } -- 2.30.2