1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

new non-ambiguous syntax.

llvm-svn: 61559
This commit is contained in:
Chris Lattner 2009-01-02 07:02:56 +00:00
parent f28c74870f
commit 53fa6e3f6b

View File

@ -733,7 +733,7 @@ an initializer, section, and alignment:</p>
<div class="doc_code"> <div class="doc_code">
<pre> <pre>
@G = constant float 1.0 addrspace(5), section "foo", align 4 @G = addrspace(5) constant float 1.0 section "foo", align 4
</pre> </pre>
</div> </div>