From: Jakub Staszak Date: Tue, 6 Dec 2011 22:31:27 +0000 (+0000) Subject: Add link to builtin_expect in Release Notes. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=44762ca82f91a692ac563e93d18c31f3f20ffd24;p=oota-llvm.git 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 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ae01c96b22a..6119e7cea33 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.
  • A new llvm.expect intrinsic allows a - frontend to express expected control flow (and the __builtin_expect builtin - from GNU C).
  • + frontend to express expected control flow (and the + + __builtin_expect from GNU C).
  • The llvm.prefetch intrinsic now takes a 4th argument that specifies whether the prefetch happens from the icache or dcache.