new non-ambiguous syntax.
[oota-llvm.git] / 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>