Commit 8890f3d8 by Jason Merrill

tweak comments

From-SVN: r30961
parent 8b725198
......@@ -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)
......
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