aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/optimize.c
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1999-12-15 14:33:38 -0500
committerJason Merrill <jason@gcc.gnu.org>1999-12-15 14:33:38 -0500
commit8890f3d8dfab4192b11f9ed367c301922d5ee9be (patch)
tree14cc9d4e22d50d2d3290c1bd2085013ddd13f260 /gcc/cp/optimize.c
parent8b725198ed273b50921e652e91fdcd43fc6a932f (diff)
downloadgcc-8890f3d8dfab4192b11f9ed367c301922d5ee9be.zip
gcc-8890f3d8dfab4192b11f9ed367c301922d5ee9be.tar.gz
gcc-8890f3d8dfab4192b11f9ed367c301922d5ee9be.tar.bz2
tweak comments
From-SVN: r30961
Diffstat (limited to 'gcc/cp/optimize.c')
-rw-r--r--gcc/cp/optimize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/optimize.c b/gcc/cp/optimize.c
index 5dcecf1..2177e4a 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)