From 53fa6e3f6b8961498dcac169678847007b0e201d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 2 Jan 2009 07:02:56 +0000 Subject: [PATCH] new non-ambiguous syntax. llvm-svn: 61559 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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