summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-03-22 08:36:14 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-03-22 08:36:14 +0000
commit25b2e8203ae87b1f9c896bb9abf78dc53cb0b879 (patch)
tree5aac45052b1a5cac32277f95e33c7a0671aab4c8 /llvm/docs
parent72d5d42dbcf3c8a30dfc75f62934ca9905bd629c (diff)
downloadbcm5719-llvm-25b2e8203ae87b1f9c896bb9abf78dc53cb0b879.tar.gz
bcm5719-llvm-25b2e8203ae87b1f9c896bb9abf78dc53cb0b879.zip
Aliasing chains cleanups: update langref, add check into verifier
llvm-svn: 48685
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 41128c3b23a..096acf294a9 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -763,8 +763,8 @@ a power of 2.</p>
</div>
<div class="doc_text">
<p>Aliases act as "second name" for the aliasee value (which can be either
- function or global variable or bitcast of global value). Aliases may have an
- optional <a href="#linkage">linkage type</a>, and an
+ function, global variable, another alias or bitcast of global value). Aliases
+ may have an optional <a href="#linkage">linkage type</a>, and an
optional <a href="#visibility">visibility style</a>.</p>
<h5>Syntax:</h5>
OpenPOWER on IntegriCloud