diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index 4cda3654105..3962a7af0a0 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -1087,7 +1087,7 @@ emit_stack_restore (save_level, sa, after) sa = validize_mem (sa); /* These clobbers prevent the scheduler from moving references to variable arrays below the code - that deletes (pops) the arrays. */ + that deletes (pops) the arrays. */ emit_insn (gen_rtx_CLOBBER (VOIDmode, gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (VOIDmode)))); |