diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-08-12 23:40:53 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-08-12 23:40:53 +0000 |
commit | dc297297ea56b13efad4bcddab5359fae7d819c1 (patch) | |
tree | f8425171fd5a2b92510be46813648f3e6a1d9f61 /gcc/gcse.c | |
parent | f0d1c3bd39e6379bf2c1b53071c62baeabeb2174 (diff) | |
download | gcc-dc297297ea56b13efad4bcddab5359fae7d819c1.zip gcc-dc297297ea56b13efad4bcddab5359fae7d819c1.tar.gz gcc-dc297297ea56b13efad4bcddab5359fae7d819c1.tar.bz2 |
gcc.c: Fix comment formatting.
* 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.
From-SVN: r44837
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r-- | gcc/gcse.c | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -2391,7 +2391,7 @@ record_last_mem_set_info (insn) rtx insn; { /* load_killed_in_block_p will handle the case of calls clobbering - everything. */ + everything. */ modify_mem_list[BLOCK_NUM (insn)] = alloc_INSN_LIST (insn, modify_mem_list[BLOCK_NUM (insn)]); @@ -2399,7 +2399,7 @@ record_last_mem_set_info (insn) { /* Note that traversals of this loop (other than for free-ing) will break after encountering a CALL_INSN. So, there's no - need to insert a pair of items, as canon_list_insert does. */ + need to insert a pair of items, as canon_list_insert does. */ canon_modify_mem_list[BLOCK_NUM (insn)] = alloc_INSN_LIST (insn, canon_modify_mem_list[BLOCK_NUM (insn)]); } @@ -3208,7 +3208,7 @@ expr_reaches_here_p_work (occr, expr, bb, check_self_loop, visited) } /* This wrapper for expr_reaches_here_p_work() is to ensure that any - memory allocated for that function is returned. */ + memory allocated for that function is returned. */ static int expr_reaches_here_p (occr, expr, bb, check_self_loop) @@ -4116,7 +4116,7 @@ cprop_insn (bb, insn, alter_jumps) note = find_reg_equal_equiv_note (insn); - /* We may win even when propagating constants into notes. */ + /* We may win even when propagating constants into notes. */ if (note) find_used_regs (&XEXP (note, 0), NULL); @@ -4128,7 +4128,7 @@ cprop_insn (bb, insn, alter_jumps) struct expr *set; /* Ignore registers created by GCSE. - We do this because ... */ + We do this because ... */ if (regno >= max_gcse_regno) continue; @@ -4514,7 +4514,7 @@ pre_expr_reaches_here_p_work (occr_bb, expr, bb, visited) } /* The wrapper for pre_expr_reaches_here_work that ensures that any - memory allocated for that function is returned. */ + memory allocated for that function is returned. */ static int pre_expr_reaches_here_p (occr_bb, expr, bb) @@ -6673,7 +6673,7 @@ build_store_vectors () { if (store_killed_after (ptr->pattern, BLOCK_HEAD (b), BASIC_BLOCK (b))) { - /* The anticipatable expression is not killed if it's gen'd. */ + /* The anticipatable expression is not killed if it's gen'd. */ /* We leave this check out for now. If we have a code sequence in a block which looks like: |