projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b72519
)
tweak comments
author
Jason Merrill
<jason@gcc.gnu.org>
Wed, 15 Dec 1999 19:33:38 +0000
(14:33 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Wed, 15 Dec 1999 19:33:38 +0000
(14:33 -0500)
From-SVN: r30961
gcc/cp/optimize.c
patch
|
blob
|
history
diff --git
a/gcc/cp/optimize.c
b/gcc/cp/optimize.c
index 5dcecf143d5c114a278a125195fab95605624170..2177e4af8ef0432e07c72f1bb578aa76a5ee5974 100644
(file)
--- 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)