* config/gcn/gcn.c (print_operand): Fix typo.
authorJonathan Wakely <jwakely@redhat.com>
Tue, 19 Feb 2019 19:30:59 +0000 (19:30 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 19 Feb 2019 19:30:59 +0000 (19:30 +0000)
From-SVN: r269028

gcc/ChangeLog
gcc/config/gcn/gcn.c

index 58630f7bb1dcfbe368927ca87d0ea112abd018a3..4cd8ad6d82ff11e29ac4cbe8dddb00ce1b1396cc 100644 (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
index bd8ea55ec030f5c89c3447cf00f3279e1f5792b5..1dd2ff2d4f0aa81dca992517ef435d8e6a38f893 100644 (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;
            }