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:
5c30667
)
Fix the example syntax for named sections.
author
Dan Gohman
<gohman@apple.com>
Sun, 11 Jan 2009 00:40:00 +0000
(
00:40
+0000)
committer
Dan Gohman
<gohman@apple.com>
Sun, 11 Jan 2009 00:40:00 +0000
(
00:40
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62033
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index cf8c95efb87d77a4ead61b50e99aab234c678271..9afc2259afedc1ebc3b3494d7f15dbfa82658845 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 = addrspace(5) constant float 1.0 section "foo", align 4
+@G = addrspace(5) constant float 1.0
,
section "foo", align 4
</pre>
</div>