diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-01-06 16:51:21 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-01-06 16:51:21 +0000 |
commit | 5d3cc252060adbc8457b1d1b9fb30c1fa7803c4a (patch) | |
tree | 11295486e636ccdf75794a1c0860afe428d8372d /gcc/reorg.c | |
parent | 95ea367d2d2d54e8e45725538f99eb71ec301487 (diff) | |
download | gcc-5d3cc252060adbc8457b1d1b9fb30c1fa7803c4a.zip gcc-5d3cc252060adbc8457b1d1b9fb30c1fa7803c4a.tar.gz gcc-5d3cc252060adbc8457b1d1b9fb30c1fa7803c4a.tar.bz2 |
alias.c: Fix comment typos.
* alias.c: Fix comment typos.
* builtins.c: Likewise.
* cfg.c: Likewise.
* df.c: Likewise.
* dominance.c: Likewise.
* dwarf2out.c: Likewise.
* emit-rtl.c: Likewise.
* expr.c: Likewise.
* final.c: Likewise.
* fold-const.c: Likewise.
* gcse.c: Likewise.
* genattrtab.c: Likewise.
* genrecog.c: Likewise.
* gensupport.c: Likewise.
* ggc-zone.c: Likewise.
* integrate.c: Likewise.
* local-alloc.c: Likewise.
* loop.c: Likewise.
* recog.c: Likewise.
* regmove.c: Likewise.
* reg-stack.c: Likewise.
* reorg.c: Likewise.
* rtlanal.c: Likewise.
* rtl.h: Likewise.
* sched-ebb.c: Likewise.
* simplify-rtx.c: Likewise.
* toplev.c: Likewise.
* varasm.c: Likewise.
From-SVN: r75475
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index 46b6657..ec15a4f 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -1621,7 +1621,7 @@ try_merge_delay_insns (rtx insn, rtx thread) If we are not careful, this routine can take up a significant fraction of the total compilation time (4%), but only wins rarely. Hence we speed this routine up by making two passes. The first pass goes back - until it hits a label and sees if it find an insn with an identical + until it hits a label and sees if it finds an insn with an identical pattern. Only in this (relatively rare) event does it check for data conflicts. |