diff options
Diffstat (limited to 'llvm/docs/LangRef.html')
| -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> |

