diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-11-30 20:53:52 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-11-30 20:53:52 +0000 |
commit | 65fa507e0baa43754af146fc738e7d0414c07881 (patch) | |
tree | d6c492c81119f0ec67b3ab2d1355af74aa5165be /docs/ReleaseNotes.html | |
parent | 7b8e12152011ee21b1781113805a68cd3dc3d46b (diff) | |
download | external_llvm-65fa507e0baa43754af146fc738e7d0414c07881.zip external_llvm-65fa507e0baa43754af146fc738e7d0414c07881.tar.gz external_llvm-65fa507e0baa43754af146fc738e7d0414c07881.tar.bz2 |
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
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index a2b0177..cc1414b 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -821,9 +821,8 @@ be used to verify some algorithms. <li>A new <a href="LangRef.html#int_fma">llvm.fma intrinsic</a> directly represents floating point multiply accumulate operations without an intermediate rounding stage.</li> - <li>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).</li> + <li>A new llvm.expect intrinsic allows a frontend to express expected control + flow (and the __builtin_expect builtin from GNU C).</li> <li>The <a href="LangRef.html#int_prefetch">llvm.prefetch intrinsic</a> now takes a 4th argument that specifies whether the prefetch happens from the icache or dcache.</li> |