[llvm-commits] [llvm] r145964 - /llvm/trunk/docs/ReleaseNotes.html

Jakub Staszak jstaszak at apple.com
Tue Dec 6 12:56:36 PST 2011


Author: kuba
Date: Tue Dec  6 14:56:36 2011
New Revision: 145964

URL: http://llvm.org/viewvc/llvm-project?rev=145964&view=rev
Log:
Add link to llvm.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=145964&r1=145963&r2=145964&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Dec  6 14:56:36 2011
@@ -821,8 +821,9 @@
   <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>





More information about the llvm-commits mailing list