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 | 43d7cf6b82b6c93f9709e1a55475ecbc42c41cf4 (patch) | |
tree | c2a7ee10aea9c18e31bdb1c600486007a51fad18 /llvm/docs | |
parent | 570092294566431e25f5ac0549d465f2ffdbce61 (diff) | |
download | bcm5719-llvm-43d7cf6b82b6c93f9709e1a55475ecbc42c41cf4.tar.gz bcm5719-llvm-43d7cf6b82b6c93f9709e1a55475ecbc42c41cf4.zip |
Add link to builtin_expect in Release Notes.
llvm-svn: 145979
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index ae01c96b22a..6119e7cea33 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |