From aa40f56162c529feae5e13986bf6c46cf9b39245 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 12 Aug 2001 23:40:53 +0000 Subject: * gcc.c: Fix comment formatting. * gccspec.c: Likewise. * gcov.c: Likewise. * gcse.c: Likewise. * genemit.c: Likewise. * gengenrtl.c: Likewise. * genrecog.c: Likewise. * gensupport.c: Likewise. * ggc-page.c: Likewise. * global.c: Likewise. * graph.c: Likewise. * ifcvt.c: Likewise. * integrate.c: Likewise. * lcm.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * mbchar.c: Likewise. * optabs.c: Likewise. * predict.c: Likewise. * prefix.c: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * real.c: Likewise. * recog.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * reg-stack.c: Likewise. * reload1.c: Likewise. * resource.c: Likewise. * rtlanal.c: Likewise. * rtl.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44837 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/resource.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/resource.c') diff --git a/gcc/resource.c b/gcc/resource.c index 7a16e8bc442..af701b95d7a 100644 --- a/gcc/resource.c +++ b/gcc/resource.c @@ -1128,7 +1128,7 @@ mark_target_live_regs (insns, target, res) /* If we hit an unconditional branch, we have another way of finding out what is live: we can see what is live at the branch target and include anything used but not set before the branch. We add the live - resources found using the test below to those found until now. */ + resources found using the test below to those found until now. */ if (jump_insn) { @@ -1304,7 +1304,7 @@ incr_ticks_for_insn (insn) } /* Add TRIAL to the set of resources used at the end of the current - function. */ + function. */ void mark_end_of_function_resources (trial, include_delayed_effects) rtx trial; -- cgit v1.2.1