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 | aaa679b2707e829f64a860c90bfca2972d85fd24 (patch) | |
| tree | b7d98825ad7cb137de0dc8d7a9e8f57b58833335 /llvm/docs | |
| parent | 6a8002eac7d6259c2d508f1c060f3031cd722fa9 (diff) | |
| download | bcm5719-llvm-aaa679b2707e829f64a860c90bfca2972d85fd24.tar.gz bcm5719-llvm-aaa679b2707e829f64a860c90bfca2972d85fd24.zip | |
Fix the example syntax for named sections.
llvm-svn: 62033
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index cf8c95efb87..9afc2259afe 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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> |

