diff options
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r-- | gcc/integrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index 9ab7adf4635..b15c3a0bb7d 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -2190,7 +2190,7 @@ copy_rtx_and_substitute (orig, map) && CODE_LABEL_NUMBER (XEXP (copy, 0)) < max_label_num ())); /* If we have made a nonlocal label local, it means that this - inlined call will be refering to our nonlocal goto handler. + inlined call will be referring to our nonlocal goto handler. So make sure we create one for this block; we normally would not since this is not otherwise considered a "call". */ if (LABEL_REF_NONLOCAL_P (orig) && ! LABEL_REF_NONLOCAL_P (copy)) |