[llvm-commits] [llvm] r145979 - /llvm/trunk/docs/ReleaseNotes.html
Jakub Staszak
jstaszak at apple.com
Tue Dec 6 14:31:27 PST 2011
Author: kuba
Date: Tue Dec 6 16:31:27 2011
New Revision: 145979
URL: http://llvm.org/viewvc/llvm-project?rev=145979&view=rev
Log:
Add link to builtin_expect in Release Notes.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=145979&r1=145978&r2=145979&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Dec 6 16:31:27 2011
@@ -822,8 +822,9 @@
represents floating point multiply accumulate operations without an
intermediate rounding stage.</li>
<li>A new <a href="LangRef.html#int_expect">llvm.expect intrinsic</a> allows a
- frontend to express expected control flow (and the __builtin_expect builtin
- from GNU C).</li>
+ frontend to express expected control flow (and the
+ <a href="BranchWeightMetadata.html#builtin_expect">
+ <code>__builtin_expect</code></a> from GNU C).</li>
<li>The <a href="LangRef.html#int_prefetch">llvm.prefetch intrinsic</a> now
takes a 4th argument that specifies whether the prefetch happens from the
icache or dcache.</li>
More information about the llvm-commits
mailing list