diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-12 23:40:53 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-12 23:40:53 +0000 |
commit | aa40f56162c529feae5e13986bf6c46cf9b39245 (patch) | |
tree | f8425171fd5a2b92510be46813648f3e6a1d9f61 /gcc/resource.c | |
parent | fb0df687d6dae20c622958b0203f1d5390996ed2 (diff) | |
download | gcc-aa40f56162c529feae5e13986bf6c46cf9b39245.tar.gz |
* 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
Diffstat (limited to 'gcc/resource.c')
-rw-r--r-- | gcc/resource.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |