diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-09-08 12:47:27 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-08 12:47:27 +0000 |
commit | 4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619 (patch) | |
tree | 1597dda2c873e24f24656f766f741b0d4814230e /gcc/explow.c | |
parent | 2567406a17362fdf2f3b7150d1c006b87c63ee1f (diff) | |
download | gcc-4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619.tar.gz |
basic-block.h: Fix comment formatting.
* basic-block.h: Fix comment formatting.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-lex.c: Likewise.
* c-pretty-print.c: Likewise.
* cfglayout.c: Likewise.
* cfgloop.c: Likewise.
* defaults.h: Likewise.
* et-forest.c: Likewise.
* explow.c: Likewise.
* function.h: Likewise.
* gcov.c: Likewise.
* genattrtab.c: Likewise.
* gengtype.c: Likewise.
* ifcvt.c: Likewise.
* libgcc2.c: Likewise.
* loop.c: Likewise.
* profile.c: Likewise.
* ra-build.c: Likewise.
* real.c: Likewise.
* rtl.h: Likewise.
* tracer.c: Likewise.
* tree-inline.c: Likewise.
* varasm.c: Likewise.
From-SVN: r56952
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)))); |