diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-08-14 16:18:47 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-08-14 16:18:47 +0000 |
commit | 17a5457ffe009805d58d573b08a75c229e681eaa (patch) | |
tree | 416e48485ed160c458b63fc86d0b1a251f2086bd /docs | |
parent | ef7aefc53bf24214f489bf9e4100bcff45f7b12a (diff) | |
download | external_llvm-17a5457ffe009805d58d573b08a75c229e681eaa.zip external_llvm-17a5457ffe009805d58d573b08a75c229e681eaa.tar.gz external_llvm-17a5457ffe009805d58d573b08a75c229e681eaa.tar.bz2 |
Sphinx refuses to render this code block. Try adding a newline.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188382 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Extensions.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Extensions.rst b/docs/Extensions.rst index 52dadc7..925d727 100644 --- a/docs/Extensions.rst +++ b/docs/Extensions.rst @@ -24,6 +24,7 @@ LLVM's assemblers allow floating-point constants to be written in C99's hexadecimal format instead of decimal if desired. .. code-block:: gas + .section .data .float 0x1c2.2ap3 |