From: Dan Gohman Date: Sun, 11 Jan 2009 00:40:00 +0000 (+0000) Subject: Fix the example syntax for named sections. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=398873c0327870ee1462617241fc392edd8c4d1d;p=oota-llvm.git Fix the example syntax for named sections. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62033 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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