diff options
author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-22 01:23:09 +0000 |
---|---|---|
committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-22 01:23:09 +0000 |
commit | ed7bb01ae67e7699d5b45dcfab57db79a5fa3c4d (patch) | |
tree | b2c43279918e6cfbb7f06ce194472ec644d9e7b4 /gcc/df-core.c | |
parent | 984b7e93fa4cc435c4a0f80be144d317b2fecac0 (diff) | |
download | gcc-ed7bb01ae67e7699d5b45dcfab57db79a5fa3c4d.tar.gz |
2006-04-21 Eric Christopher <echristo@apple.com>
* decl.c: Fix typo in function name.
2006-04-21 Eric Christopher <echristo@apple.com>
* df-core.c, tree-outof-ssa.c, config/i386/i386.c: Fix typos
in comments and function names.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113167 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/df-core.c')
-rw-r--r-- | gcc/df-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/df-core.c b/gcc/df-core.c index 06b108549e8..4c53e8c86f2 100644 --- a/gcc/df-core.c +++ b/gcc/df-core.c @@ -84,7 +84,7 @@ convenience functions named DF_*_ADD_PROBLEM. Problems can be dependent on other problems. For instance, solving -def-use or use-def chains is dependant on solving reaching +def-use or use-def chains is dependent on solving reaching definitions. As long as these dependencies are listed in the problem definition, the order of adding the problems is not material. Otherwise, the problems will be solved in the order of calls to |