diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-10 08:56:36 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-10 08:56:36 +0000 |
commit | 7edd21a5e41f37f04a18533a5f015e494f42b5c5 (patch) | |
tree | a235258f481319105e716bd009d194ca54190e52 /gcc/cgraphunit.c | |
parent | d239c51246d16c59416c7b5ce74152da24b1d3ed (diff) | |
download | ppe42-gcc-7edd21a5e41f37f04a18533a5f015e494f42b5c5.tar.gz ppe42-gcc-7edd21a5e41f37f04a18533a5f015e494f42b5c5.zip |
* cgraphunit.c, predict.c, tree-ssa-loop-ivopts.c: Fix comment
typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87283 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index bc14983b56e..e297c217839 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -823,7 +823,7 @@ cgraph_expand_function (struct cgraph_node *node) DECL_SAVED_TREE (node->decl) = NULL; DECL_STRUCT_FUNCTION (node->decl) = NULL; DECL_INITIAL (node->decl) = error_mark_node; - /* Elliminate all call edges. This is important so the call_expr no longer + /* Eliminate all call edges. This is important so the call_expr no longer points to the dead function body. */ while (node->callees) cgraph_remove_edge (node->callees); |