diff options
author | Chris Lattner <sabre@nondot.org> | 2010-08-28 04:09:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-08-28 04:09:24 +0000 |
commit | 13ee795c428d73b6d15a126143800762f34db3f0 (patch) | |
tree | 7241aeb832cf0a604afcf108034b27bb6d86203b /llvm/docs/BitCodeFormat.html | |
parent | 504e5100d30106850f1e059e27af4cae03425ac4 (diff) | |
download | bcm5719-llvm-13ee795c428d73b6d15a126143800762f34db3f0.tar.gz bcm5719-llvm-13ee795c428d73b6d15a126143800762f34db3f0.zip |
remove unions from LLVM IR. They are severely buggy and not
being actively maintained, improved, or extended.
llvm-svn: 112356
Diffstat (limited to 'llvm/docs/BitCodeFormat.html')
-rw-r--r-- | llvm/docs/BitCodeFormat.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/docs/BitCodeFormat.html b/llvm/docs/BitCodeFormat.html index fc045cb0751..d8ddc2b6b21 100644 --- a/llvm/docs/BitCodeFormat.html +++ b/llvm/docs/BitCodeFormat.html @@ -1367,21 +1367,6 @@ type to the type table. </p> </div> -<!-- _______________________________________________________________________ --> -<div class="doc_subsubsection"><a name="TYPE_CODE_UNION">TYPE_CODE_UNION Record</a> -</div> - -<div class="doc_text"> - -<p><tt>[UNION, ...eltty...]</tt></p> - -<p>The <tt>UNION</tt> record (code 17) adds a <tt>union</tt> type to -the type table. The <i>eltty</i> operand fields are zero or more type -indices representing the element types of the union. -</p> - -</div> - <!-- ======================================================================= --> <div class="doc_subsection"><a name="CONSTANTS_BLOCK">CONSTANTS_BLOCK Contents</a> </div> |