Commit 9d203871 by Tom Tromey Committed by Tom Tromey

cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment typo.

	* cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment
	typo.

From-SVN: r98330
parent 727e729b
2005-04-18 Tom Tromey <tromey@redhat.com>
* cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment
typo.
2005-04-18 Richard Henderson <rth@redhat.com> 2005-04-18 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.c (alpha_split_atomic_op): New. * config/alpha/alpha.c (alpha_split_atomic_op): New.
......
...@@ -813,7 +813,7 @@ cgraph_finalize_compilation_unit (void) ...@@ -813,7 +813,7 @@ cgraph_finalize_compilation_unit (void)
node->next_needed = NULL; node->next_needed = NULL;
/* ??? It is possible to create extern inline function and later using /* ??? It is possible to create extern inline function and later using
weak alas attribute to kill its body. See weak alias attribute to kill its body. See
gcc.c-torture/compile/20011119-1.c */ gcc.c-torture/compile/20011119-1.c */
if (!DECL_SAVED_TREE (decl)) if (!DECL_SAVED_TREE (decl))
continue; continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment