projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df98617
)
new non-ambiguous syntax.
author
Chris Lattner
<sabre@nondot.org>
Fri, 2 Jan 2009 07:02:56 +0000
(07:02 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 2 Jan 2009 07:02:56 +0000
(07:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61559
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index 95fb8de319bca7704d55e0d4d916c9fd7f9fbd5c..518070c687086e998dce9d4c868029636ccb5fb1 100644
(file)
--- a/
docs/LangRef.html
+++ b/
docs/LangRef.html
@@
-733,7
+733,7
@@
an initializer, section, and alignment:</p>
<div class="doc_code">
<pre>
-@G =
constant float 1.0 addrspace(5),
section "foo", align 4
+@G =
addrspace(5) constant float 1.0
section "foo", align 4
</pre>
</div>