aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/optimize.c
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2000-04-25 19:23:41 -0400
committerJason Merrill <jason@gcc.gnu.org>2000-04-25 19:23:41 -0400
commit89a75b6d831bfdf05bbf383cb6929a8bb2d2cb0a (patch)
treead180a8e44d0c120aa2717140085f330b68990e7 /gcc/cp/optimize.c
parent0c96007e77cab88c49c2ec4101716d15e0883971 (diff)
downloadgcc-89a75b6d831bfdf05bbf383cb6929a8bb2d2cb0a.zip
gcc-89a75b6d831bfdf05bbf383cb6929a8bb2d2cb0a.tar.gz
gcc-89a75b6d831bfdf05bbf383cb6929a8bb2d2cb0a.tar.bz2
correct comment
From-SVN: r33425
Diffstat (limited to 'gcc/cp/optimize.c')
-rw-r--r--gcc/cp/optimize.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/cp/optimize.c b/gcc/cp/optimize.c
index 5c78950..99545f8 100644
--- a/gcc/cp/optimize.c
+++ b/gcc/cp/optimize.c
@@ -482,10 +482,9 @@ inlinable_function_p (fn, id)
else if (varargs_function_p (fn))
;
/* All is well. We can inline this function. Traditionally, GCC
- has refused to inline functions using setjmp or alloca, or
- functions whose values are returned in a PARALLEL, and a few
- other such obscure conditions. We are not equally constrained at
- the tree level. */
+ has refused to inline functions using alloca, or functions whose
+ values are returned in a PARALLEL, and a few other such obscure
+ conditions. We are not equally constrained at the tree level. */
else
inlinable = 1;