From: Jason Merrill Date: Wed, 15 Dec 1999 19:33:38 +0000 (-0500) Subject: tweak comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8890f3d8dfab4192b11f9ed367c301922d5ee9be;p=gcc.git tweak comments From-SVN: r30961 --- diff --git a/gcc/cp/optimize.c b/gcc/cp/optimize.c index 5dcecf143d5..2177e4af8ef 100644 --- a/gcc/cp/optimize.c +++ b/gcc/cp/optimize.c @@ -488,7 +488,7 @@ inlinable_function_p (fn, id) inlinable = 0; } - /* We can inline a template instantiation only if its fully + /* We can inline a template instantiation only if it's fully instantiated. */ if (inlinable && DECL_TEMPLATE_INFO (fn) @@ -502,7 +502,7 @@ inlinable_function_p (fn, id) return inlinable; } -/* If *TP is CALL_EXPR, replace it with its inline expansion. */ +/* If *TP is a CALL_EXPR, replace it with its inline expansion. */ static tree expand_call_inline (tp, walk_subtrees, data)