[llvm-commits] [llvm] r44860 - /llvm/trunk/docs/LangRef.html

Chris Lattner clattner at apple.com
Tue Dec 11 15:54:10 PST 2007


On Dec 11, 2007, at 1:31 AM, Christopher Lamb wrote:
> Add information on address space qualifiers for pointer types and  
> global
> declarations to the LangRef.

Nice!

>  <div class="doc_code">
>  <pre>
> + at G = constant float 1.0 addrspace(5), section "foo", align 4

Is there a comma after 1.0?

-Chris



More information about the llvm-commits mailing list