diff options
Diffstat (limited to 'gcc/regmove.c')
-rw-r--r-- | gcc/regmove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/regmove.c b/gcc/regmove.c index a34b05a..1c4d56a 100644 --- a/gcc/regmove.c +++ b/gcc/regmove.c @@ -2372,7 +2372,7 @@ combine_stack_adjustments_for_block (bb) or a deallocation into the second insn. We can not combine an allocation followed by a deallocation. - The only somewhat frequent ocurrence of the later is when + The only somewhat frequent occurrence of the later is when a function allocates a stack frame but does not use it. For this case, we would need to analyze rtl stream to be sure that allocated area is really unused. This means not |