correct comment
authorJason Merrill <jason@gcc.gnu.org>
Tue, 25 Apr 2000 23:23:41 +0000 (19:23 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 25 Apr 2000 23:23:41 +0000 (19:23 -0400)
From-SVN: r33425

gcc/cp/optimize.c

index 5c78950af35885507b27a81eb4eab47983a4e346..99545f88b04198293b00325fea2b18e604f3c7e0 100644 (file)
@@ -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;