summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Staszak <jstaszak@apple.com>2011-12-06 20:56:36 +0000
committerJakub Staszak <jstaszak@apple.com>2011-12-06 20:56:36 +0000
commitcf9af0fc3bae903d24417ce10d37d4870bdf558f (patch)
treecd644a828d5ec0951c8bcd3ac68f5cc7d9e7e2d1
parent0fc34bc2d3a4929f1a5320a0e5aa6ca79e0f67e5 (diff)
downloadbcm5719-llvm-cf9af0fc3bae903d24417ce10d37d4870bdf558f.tar.gz
bcm5719-llvm-cf9af0fc3bae903d24417ce10d37d4870bdf558f.zip
Add link to llvm.expect in Release Notes.
llvm-svn: 145964
-rw-r--r--llvm/docs/ReleaseNotes.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 7b39bf09dc2..ae01c96b22a 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -821,8 +821,9 @@ be used to verify some algorithms.
<li>A new <a href="LangRef.html#int_fma">llvm.fma intrinsic</a> directly
represents floating point multiply accumulate operations without an
intermediate rounding stage.</li>
- <li>A new llvm.expect intrinsic allows a frontend to express expected control
- flow (and the __builtin_expect builtin from GNU C).</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>
<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>
OpenPOWER on IntegriCloud