targhooks.c: Fix -fzero-call-used-regs 'sorry' typo
authorTobias Burnus <tobias@codesourcery.com>
Wed, 4 Nov 2020 13:31:34 +0000 (14:31 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Wed, 4 Nov 2020 13:33:36 +0000 (14:33 +0100)
gcc/ChangeLog:

* targhooks.c (default_zero_call_used_regs): Fix flag-name typo
in sorry.

gcc/targhooks.c

index 4e4d100c5470bc48d6347fcd501aeb03b1d7d851..5b68a2ad7d4a435d66fad68ab8827f59289e81f4 100644 (file)
@@ -1011,7 +1011,7 @@ default_zero_call_used_regs (HARD_REG_SET need_zeroed_hardregs)
              {
                issued_error = true;
                sorry ("%qs not supported on this target",
-                       "-fzero-call-used_regs");
+                       "-fzero-call-used-regs");
              }
            delete_insns_since (last_insn);
          }