From cf9af0fc3bae903d24417ce10d37d4870bdf558f Mon Sep 17 00:00:00 2001 From: Jakub Staszak Date: Tue, 6 Dec 2011 20:56:36 +0000 Subject: [PATCH] Add link to llvm.expect in Release Notes. llvm-svn: 145964 --- llvm/docs/ReleaseNotes.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 7b39bf09dc25..ae01c96b22af 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -821,8 +821,9 @@ be used to verify some algorithms.
  • A new llvm.fma intrinsic directly 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).
  • +
  • A new llvm.expect intrinsic allows a + frontend to express expected control flow (and the __builtin_expect builtin + from GNU C).
  • The llvm.prefetch intrinsic now takes a 4th argument that specifies whether the prefetch happens from the icache or dcache.