correct comment

From-SVN: r33425
This commit is contained in:
Jason Merrill 2000-04-25 19:23:41 -04:00
parent 0c96007e77
commit 89a75b6d83
1 changed files with 3 additions and 4 deletions

View File

@ -482,10 +482,9 @@ inlinable_function_p (fn, id)
else if (varargs_function_p (fn)) else if (varargs_function_p (fn))
; ;
/* All is well. We can inline this function. Traditionally, GCC /* All is well. We can inline this function. Traditionally, GCC
has refused to inline functions using setjmp or alloca, or has refused to inline functions using alloca, or functions whose
functions whose values are returned in a PARALLEL, and a few values are returned in a PARALLEL, and a few other such obscure
other such obscure conditions. We are not equally constrained at conditions. We are not equally constrained at the tree level. */
the tree level. */
else else
inlinable = 1; inlinable = 1;