diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-01 20:13:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-01 20:13:45 +0000 |
commit | becfaa6206281ee8bb5d22ca461fa08568e7dc8c (patch) | |
tree | 45757e42a145a2d8be0144b7e44a0c40f3c59cdf /gcc/sched-deps.c | |
parent | bf8496673bf063a69114446800256803d8ef6786 (diff) | |
download | gcc-becfaa6206281ee8bb5d22ca461fa08568e7dc8c.tar.gz |
* config/arm/arm.c, config/rs6000/ppu_intrinsics.h,
config/spu/spu.c, df-scan.c, fixed-value.c, fold-const.c,
ginclude/tgmath.h, haifa-sched.c, optabs.c, recog.c,
sched-deps.c, sched-int.h, system.h, target.h,
tree-ssa-live.c, tree-vect-transform.c, tree-vectorizer.c,
tree.def: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128016 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sched-deps.c')
-rw-r--r-- | gcc/sched-deps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index 433394956ab..cdd055b646f 100644 --- a/gcc/sched-deps.c +++ b/gcc/sched-deps.c @@ -359,7 +359,7 @@ free_deps_list (deps_list_t l) } /* Return true if there is no dep_nodes and deps_lists out there. - After the region is scheduled all the depedency nodes and lists + After the region is scheduled all the dependency nodes and lists should [generally] be returned to pool. */ bool deps_pools_are_empty_p (void) @@ -648,7 +648,7 @@ sd_finish_insn (rtx insn) /* Find a dependency between producer PRO and consumer CON. Search through resolved dependency lists if RESOLVED_P is true. If no such dependency is found return NULL, - overwise return the dependency and initialize SD_IT_PTR [if it is nonnull] + otherwise return the dependency and initialize SD_IT_PTR [if it is nonnull] with an iterator pointing to it. */ static dep_t sd_find_dep_between_no_cache (rtx pro, rtx con, bool resolved_p, |