From 3eb84cc75b0995535c311e390a2dd005f4a02840 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 30 Nov 2011 20:53:52 +0000 Subject: [PATCH] Remove an XXX which hasn't been fixed yet. It's too late now. llvm-svn: 145518 --- llvm/docs/ReleaseNotes.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index a2b0177dbaee..cc1414bb6073 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -821,9 +821,8 @@ 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 (XXX not documented in langref) 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.