diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7b39bf09dc2..ae01c96b22a 100644 --- a/docs/ReleaseNotes.html +++ b/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.