diff options
| author | Roman Lebedev <lebedev.ri@gmail.com> | 2019-04-23 13:46:18 +0000 |
|---|---|---|
| committer | Roman Lebedev <lebedev.ri@gmail.com> | 2019-04-23 13:46:18 +0000 |
| commit | a6be919c9298c3a62e415bd9fac1ad32229be526 (patch) | |
| tree | 72fe13915d8ee2d88b73b7bd036cdacc0d2691e4 /llvm/docs | |
| parent | 95203efc1ace6090da1b91af6d734d69fce742fd (diff) | |
| download | bcm5719-llvm-a6be919c9298c3a62e415bd9fac1ad32229be526.tar.gz bcm5719-llvm-a6be919c9298c3a62e415bd9fac1ad32229be526.zip | |
[Docs] ReleaseNotes: fixup markup in memcmp()->bcmp() entry
llvm-svn: 358986
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index e0cebf508c4..60058fd8590 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -40,10 +40,10 @@ Non-comprehensive list of changes in this release functionality, or simply have a lot to talk about), see the `NOTE` below for adding a new subsection. -* The optimizer will now convert calls to memcmp into a calls to bcmp in some - circumstances. Users who are building freestanding code (not depending on the - platform's libc) without specifying -ffreestanding may need to either pass - -fno-builtin-bcmp, or provide a bcmp function. +* The optimizer will now convert calls to ``memcmp`` into a calls to ``bcmp`` in + some circumstances. Users who are building freestanding code (not depending on + the platform's libc) without specifying ``-ffreestanding`` may need to either + pass ``-fno-builtin-bcmp``, or provide a ``bcmp`` function. .. NOTE If you would like to document a larger change, then you can add a |

