From 8890f3d8dfab4192b11f9ed367c301922d5ee9be Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 15 Dec 1999 14:33:38 -0500 Subject: [PATCH] tweak comments From-SVN: r30961 --- gcc/cp/optimize.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.30.2