commit | 21ef02c3ade32459bf8469326101ec7d84669d03 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Sun Jan 11 00:40:00 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Sun Jan 11 00:40:00 2009 +0000 |
tree | 3aebd63351378760ddb5ef96de16f964a8d50501 | |
parent | 33cc04c95545c58fa8f9ee7eef126a5595f54ebf [diff] [blame] |
Fix the example syntax for named sections. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62033 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ <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>