new non-ambiguous syntax.
authorChris Lattner <sabre@nondot.org>
Fri, 2 Jan 2009 07:02:56 +0000 (07:02 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 2 Jan 2009 07:02:56 +0000 (07:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61559 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 95fb8de319bca7704d55e0d4d916c9fd7f9fbd5c..518070c687086e998dce9d4c868029636ccb5fb1 100644 (file)
@@ -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>