<div dir="ltr">Thanks!</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Sep 3, 2013 at 11:08 PM, Bill Wendling <span dir="ltr"><<a href="mailto:wendling@apple.com" target="_blank">wendling@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sep 3, 2013, at 9:04 AM, Raul Fernandes Herbster <<a href="mailto:raulherbster@gmail.com">raulherbster@gmail.com</a>> wrote:<br>

<br>
> Hello!<br>
><br>
> clang defines some AttributeSet, for example:<br>
><br>
> attributes #0 = { nounwind uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }<br>

><br>
> I would like to know if there is any way to reuse such pre-defined attribute sets (for example, set the attribute list of my new function using an existing attribute set).<br>
><br>
</div></div>Hi Raul,<br>
<br>
Attribute sets are "uniqued". So if you have two functions which both have the same attributes, then they will reference the same AttributeSet object.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
-bw<br>
<br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Raul Fernandes Herbster
</div>