diff options
author | Jakub Staszak <jstaszak@apple.com> | 2011-12-06 22:31:27 +0000 |
---|---|---|
committer | Jakub Staszak <jstaszak@apple.com> | 2011-12-06 22:31:27 +0000 |
commit | 44762ca82f91a692ac563e93d18c31f3f20ffd24 (patch) | |
tree | 04af50f02b14b84347cb1f460f02137a7c84dc92 /docs/ReleaseNotes.html | |
parent | 054a8be1544191b6107771dbae15b916110d8a2a (diff) | |
download | external_llvm-44762ca82f91a692ac563e93d18c31f3f20ffd24.zip external_llvm-44762ca82f91a692ac563e93d18c31f3f20ffd24.tar.gz external_llvm-44762ca82f91a692ac563e93d18c31f3f20ffd24.tar.bz2 |
Add link to builtin_expect in Release Notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ae01c96..6119e7c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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> |