[PATCH] Implement the flatten attribute.

Peter Collingbourne peter at pcc.me.uk
Mon May 19 15:11:22 PDT 2014


On Mon, May 19, 2014 at 11:31:57AM -0700, Peter Collingbourne wrote:
> This is checking the NoInline attribute on CS before we apply the attribute
> set we got from ConstructAttributeList.  If your test is passing anyway,
> this probably means that the noinline attribute in the called function is
> overriding the alwaysinline attribute on the call.

I was mistaken -- CS is getting this attribute from the call target.

Thanks,
-- 
Peter



More information about the cfe-commits mailing list