mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 15:01:17 +08:00
targhooks.c: Fix -fzero-call-used-regs 'sorry' typo
gcc/ChangeLog: * targhooks.c (default_zero_call_used_regs): Fix flag-name typo in sorry.
This commit is contained in:
parent
3ef33e756a
commit
243492e2c6
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user