diff options
author | Dan Gohman <gohman@apple.com> | 2009-01-11 00:40:00 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-01-11 00:40:00 +0000 |
commit | 398873c0327870ee1462617241fc392edd8c4d1d (patch) | |
tree | 3aebd63351378760ddb5ef96de16f964a8d50501 /docs/LangRef.html | |
parent | 5c30667af9b83181b798b9617ec1469132e1eec9 (diff) | |
download | external_llvm-398873c0327870ee1462617241fc392edd8c4d1d.zip external_llvm-398873c0327870ee1462617241fc392edd8c4d1d.tar.gz external_llvm-398873c0327870ee1462617241fc392edd8c4d1d.tar.bz2 |
Fix the example syntax for named sections.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62033 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index cf8c95e..9afc225 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -733,7 +733,7 @@ an initializer, section, and alignment:</p> <div class="doc_code"> <pre> -@G = addrspace(5) constant float 1.0 section "foo", align 4 +@G = addrspace(5) constant float 1.0, section "foo", align 4 </pre> </div> |