diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-10-11 19:00:49 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-11 19:00:49 +0000 |
commit | 7ef0daad61a23ce02d461cac50b9eb1a67ef80dd (patch) | |
tree | b75603a6e4a2bded3183dd393f89df7d93b538cf /gcc/sched-deps.c | |
parent | e3ff2b2bb624babf5209b08e9745024e940c1744 (diff) | |
download | gcc-7ef0daad61a23ce02d461cac50b9eb1a67ef80dd.zip gcc-7ef0daad61a23ce02d461cac50b9eb1a67ef80dd.tar.gz gcc-7ef0daad61a23ce02d461cac50b9eb1a67ef80dd.tar.bz2 |
expr.c: Follow spelling conventions.
* expr.c: Follow spelling conventions.
* final.c: Likewise.
* optabs.c: Likewise.
* sched-deps.c: Likewise.
* sdbout.c: Likewise.
From-SVN: r72361
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 477203c..cd51527 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, { |