From 473e7325868a774d28d1e93fdc939cdfdb0239d7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sun, 11 Jan 2009 00:40:00 +0000 Subject: [PATCH] Fix the example syntax for named sections. llvm-svn: 62033 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index cf8c95efb87..9afc2259afe 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -733,7 +733,7 @@ an initializer, section, and alignment:

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