diff options
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 10f76e527f0..c498b96cdde 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -50,10 +50,6 @@ Non-comprehensive list of changes in this release Makes programs 10x faster by doing Special New Thing. -* The Loop Idiom Recognition (``-loop-idiom``) pass has learned to recognize - ``bcmp`` pattern, and convert it into a call to ``bcmp`` (or ``memcmp``) - function. - Changes to the LLVM IR ---------------------- |