<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Fixed in r185113.<div><br></div><div>If this is something we care about, there are a bunch of other attributes that are not in alphabetical order (see nonlazybind/inlinehint).<div><br></div><div>Just trying to be helpful,<div><div>Michael</div><div><br><div><div>On Jun 27, 2013, at 3:31 PM, Richard Smith <<a href="mailto:richard@metafoo.co.uk">richard@metafoo.co.uk</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">On Wed, Jun 26, 2013 at 5:25 PM, Michael Gottesman <<a href="mailto:mgottesman@apple.com">mgottesman@apple.com</a>> wrote:<br><blockquote type="cite">Author: mgottesman<br>Date: Wed Jun 26 19:25:01 2013<br>New Revision: 185049<br><br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project?rev=185049&view=rev">http://llvm.org/viewvc/llvm-project?rev=185049&view=rev</a><br>Log:<br>Added support for the Builtin attribute.<br><br>The Builtin attribute is an attribute that can be placed on function call site that signal that even though a function is declared as being a builtin,<br><br><a href="rdar://problem/13727199">rdar://problem/13727199</a><br><br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=185049&r1=185048&r2=185049&view=diff">http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=185049&r1=185048&r2=185049&view=diff</a><br>==============================================================================<br>--- llvm/trunk/docs/LangRef.rst (original)<br>+++ llvm/trunk/docs/LangRef.rst Wed Jun 26 19:25:01 2013<br>@@ -822,6 +822,12 @@ example:<br>    computing edge weights, basic blocks post-dominated by a cold<br>    function call are also considered to be cold; and, thus, given low<br>    weight.<br>+``builtin``<br>+    This indicates that the callee function at a call site should be<br>+    recognized as a built-in function, even though the function's declaration<br>+    uses the ``nobuiltin'' attribute. This is only valid at call sites for<br>+    direct calls to functions which are declared with the ``nobuiltin``<br>+    attribute.<br></blockquote><br>This is out of alphabetical order; it should be before the description<br>of the ``cold`` attribute.</div></blockquote></div><br></div></div></div></div></body></html>