From: Bill Wendling Date: Wed, 30 Nov 2011 20:53:52 +0000 (+0000) Subject: Remove an XXX which hasn't been fixed yet. It's too late now. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=65fa507e0baa43754af146fc738e7d0414c07881;p=oota-llvm.git Remove an XXX which hasn't been fixed yet. It's too late now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145518 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index a2b0177dbae..cc1414bb607 100644 --- a/docs/ReleaseNotes.html +++ b/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.