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

Dan Gohman gohman at apple.com
Sat Jan 10 16:40:00 PST 2009


Author: djg
Date: Sat Jan 10 18:40:00 2009
New Revision: 62033

URL: http://llvm.org/viewvc/llvm-project?rev=62033&view=rev
Log:
Fix the example syntax for named sections.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=62033&r1=62032&r2=62033&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sat Jan 10 18:40:00 2009
@@ -733,7 +733,7 @@
 
 <div class="doc_code">
 <pre>
- at G = addrspace(5) constant float 1.0 section "foo", align 4
+ at G = addrspace(5) constant float 1.0, section "foo", align 4
 </pre>
 </div>
 





More information about the llvm-commits mailing list