From 4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 8 Sep 2002 12:47:27 +0000 Subject: 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 --- gcc/explow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/explow.c') diff --git a/gcc/explow.c b/gcc/explow.c index 4cda365..3962a7a 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)))); -- cgit v1.1