[PATCH] Add flatten attribute as hint for inlining

Mark Mitchell mark@codesourcery.com
Fri Jul 15 00:34:00 GMT 2005


Richard Guenther wrote:

> Ok for mainline?

Yes, with one minor change below, and the comment changes you mentioned 
later.

> +   for (e = node->callees; e; e = e->next_callee)
> +     {
> +        cgraph_find_cycles (e->callee, cycles); 
> +     }

No braces for one-line blocks.

There's no need to retest; just make that change, and check in.

Thanks!

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304



More information about the Gcc-patches mailing list