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

Bill Wendling isanbard at gmail.com
Wed Nov 30 12:53:53 PST 2011


Author: void
Date: Wed Nov 30 14:53:52 2011
New Revision: 145518

URL: http://llvm.org/viewvc/llvm-project?rev=145518&view=rev
Log:
Remove an XXX which hasn't been fixed yet. It's too late now.

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=145518&r1=145517&r2=145518&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Nov 30 14:53:52 2011
@@ -821,9 +821,8 @@
   <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 (XXX not documented in langref) allows a
-     frontend to express expected control flow (and the __builtin_expect builtin
-    from GNU C).</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>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