diff options
author | Chris Lattner <sabre@nondot.org> | 2009-01-02 07:02:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-01-02 07:02:56 +0000 |
commit | 0c7b39fb56483bf8dba7fa345638cf009aafa5cd (patch) | |
tree | 6b0f022d1dbfdc78753ce35ae209b55f8de3a33f /docs | |
parent | df98617b23315e427cc4fad8ccfdd50d68bec2f9 (diff) |
new non-ambiguous syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61559 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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 95fb8de319..518070c687 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 = constant float 1.0 addrspace(5), section "foo", align 4 +@G = addrspace(5) constant float 1.0 section "foo", align 4 </pre> </div> |