diff options
| author | Dan Liew <dan@su-root.co.uk> | 2015-03-11 13:34:49 +0000 |
|---|---|---|
| committer | Dan Liew <dan@su-root.co.uk> | 2015-03-11 13:34:49 +0000 |
| commit | 868b074e006e3e33478317c30fb89185150c0ff6 (patch) | |
| tree | 99585730a77f99c807414bc8a174031224ef0e49 /llvm | |
| parent | dc4f7256733de3c7331dd7f0f7eca2a0ace1202d (diff) | |
| download | bcm5719-llvm-868b074e006e3e33478317c30fb89185150c0ff6.tar.gz bcm5719-llvm-868b074e006e3e33478317c30fb89185150c0ff6.zip | |
Fix too short title underline reported by build-bot.
llvm-svn: 231921
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index ff9b4bf06f0..4da9f5ba58e 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -3510,7 +3510,7 @@ which is the string ``llvm.loop.unroll.disable``. For example: !0 = !{!"llvm.loop.unroll.disable"} '``llvm.loop.unroll.runtime.disable``' Metadata -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This metadata either disables runtime loop unrolling. The metadata has a single operand which is the string ``llvm.loop.unroll.runtime.disable``. For example: |

