[llvm-commits] [llvm] r61559 - /llvm/trunk/docs/LangRef.html
Chris Lattner
sabre at nondot.org
Thu Jan 1 23:02:56 PST 2009
Author: lattner
Date: Fri Jan 2 01:02:56 2009
New Revision: 61559
URL: http://llvm.org/viewvc/llvm-project?rev=61559&view=rev
Log:
new non-ambiguous syntax.
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=61559&r1=61558&r2=61559&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Fri Jan 2 01:02:56 2009
@@ -733,7 +733,7 @@
<div class="doc_code">
<pre>
- at G = constant float 1.0 addrspace(5), 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