OSDN Git Service

correct comment
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Apr 2000 23:23:41 +0000 (23:23 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Apr 2000 23:23:41 +0000 (23:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33425 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/optimize.c

index 5c78950..99545f8 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;