From 89a75b6d831bfdf05bbf383cb6929a8bb2d2cb0a Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 25 Apr 2000 19:23:41 -0400 Subject: [PATCH] correct comment From-SVN: r33425 --- gcc/cp/optimize.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gcc/cp/optimize.c b/gcc/cp/optimize.c index 5c78950af35..99545f88b04 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;