From: Chris Lattner Date: Fri, 2 Jan 2009 07:02:56 +0000 (+0000) Subject: new non-ambiguous syntax. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0c7b39fb56483bf8dba7fa345638cf009aafa5cd;p=oota-llvm.git new non-ambiguous syntax. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61559 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 95fb8de319b..518070c6870 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -733,7 +733,7 @@ an initializer, section, and alignment:

-@G = constant float 1.0 addrspace(5), section "foo", align 4
+@G = addrspace(5) constant float 1.0 section "foo", align 4