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:
ee9e1b0
)
The "alias" keyword comes first.
author
Duncan Sands
<baldrick@free.fr>
Fri, 12 Sep 2008 20:48:21 +0000
(20:48 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Fri, 12 Sep 2008 20:48:21 +0000
(20:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56170
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index 4921707338cd56356a2db5eb405340b0a6baf61f..25ac4cbde1b6be025f5884d5519f5faeeb5a3ac2 100644
(file)
--- a/
docs/LangRef.html
+++ b/
docs/LangRef.html
@@
-802,7
+802,7
@@
a power of 2.</p>
<div class="doc_code">
<pre>
-@<Name> =
[Linkage] [Visibility] alias
<AliaseeTy> @<Aliasee>
+@<Name> =
alias [Linkage] [Visibility]
<AliaseeTy> @<Aliasee>
</pre>
</div>