Fix the example syntax for named sections.
authorDan Gohman <gohman@apple.com>
Sun, 11 Jan 2009 00:40:00 +0000 (00:40 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 11 Jan 2009 00:40:00 +0000 (00:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62033 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index cf8c95efb87d77a4ead61b50e99aab234c678271..9afc2259afedc1ebc3b3494d7f15dbfa82658845 100644 (file)
@@ -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>