lra: Fix s/otput/output/ typo in debug output
gcc/ * lra-constraints.c: Fix s/otput/output/ typo.
This commit is contained in:
parent
ad9c394114
commit
5f564fd013
1 changed files with 1 additions and 1 deletions
|
@ -2771,7 +2771,7 @@ process_alt_operands (int only_alternative)
|
|||
if (lra_dump_file != NULL)
|
||||
fprintf
|
||||
(lra_dump_file,
|
||||
" alt=%d: No input/otput reload -- refuse\n",
|
||||
" alt=%d: No input/output reload -- refuse\n",
|
||||
nalt);
|
||||
goto fail;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue