Commit 89a75b6d by Jason Merrill

correct comment

From-SVN: r33425
parent 0c96007e
...@@ -482,10 +482,9 @@ inlinable_function_p (fn, id) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment