Add link to builtin_expect in Release Notes.
authorJakub Staszak <jstaszak@apple.com>
Tue, 6 Dec 2011 22:31:27 +0000 (22:31 +0000)
committerJakub Staszak <jstaszak@apple.com>
Tue, 6 Dec 2011 22:31:27 +0000 (22:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145979 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index ae01c96b22afad0bf2f89704f68b74e1624740db..6119e7cea33ac4404236cec2a4606df6291db4d1 100644 (file)
@@ -822,8 +822,9 @@ be used to verify some algorithms.
     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>