diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-11 19:00:49 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-11 19:00:49 +0000 |
commit | de44dcb9ef5c5bd557b7c7fed646cf892b268e42 (patch) | |
tree | b75603a6e4a2bded3183dd393f89df7d93b538cf /gcc/sched-deps.c | |
parent | d3d22a6a9f061b1903c6ec839ee1acaca063a23e (diff) | |
download | gcc-de44dcb9ef5c5bd557b7c7fed646cf892b268e42.tar.gz |
* expr.c: Follow spelling conventions.
* final.c: Likewise.
* optabs.c: Likewise.
* sched-deps.c: Likewise.
* sdbout.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72361 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sched-deps.c')
-rw-r--r-- | gcc/sched-deps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index 477203caa22..cd51527b2bd 100644 --- a/gcc/sched-deps.c +++ b/gcc/sched-deps.c @@ -1424,7 +1424,7 @@ free_deps (struct deps *deps) free_INSN_LIST_list (&deps->last_pending_memory_flush); /* Without the EXECUTE_IF_SET, this loop is executed max_reg * nr_regions - times. For a test case with 42000 regs and 8000 small basic blocks, + times. For a testcase with 42000 regs and 8000 small basic blocks, this loop accounted for nearly 60% (84 sec) of the total -O2 runtime. */ EXECUTE_IF_SET_IN_REG_SET (&deps->reg_last_in_use, 0, i, { |