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 | 32497e1a4b44bbad671605bf3d382c6dc4b92c23 (patch) | |
tree | 05263a360b43d09ed99dacdf6d402ce50deb32d7 /docs/GetElementPtr.html | |
parent | d474edd4c3d2e9a4e6b2a349f33df144b6e4152e (diff) | |
download | external_llvm-32497e1a4b44bbad671605bf3d382c6dc4b92c23.zip external_llvm-32497e1a4b44bbad671605bf3d382c6dc4b92c23.tar.gz external_llvm-32497e1a4b44bbad671605bf3d382c6dc4b92c23.tar.bz2 |
remove unions from LLVM IR. They are severely buggy and not
being actively maintained, improved, or extended.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112356 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GetElementPtr.html')
-rw-r--r-- | docs/GetElementPtr.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/GetElementPtr.html b/docs/GetElementPtr.html index 3bf38a3..890d276 100644 --- a/docs/GetElementPtr.html +++ b/docs/GetElementPtr.html @@ -26,7 +26,6 @@ <li><a href="#lead0">Why don't GEP x,0,0,1 and GEP x,1 alias? </a></li> <li><a href="#trail0">Why do GEP x,1,0,0 and GEP x,1 alias? </a></li> <li><a href="#vectors">Can GEP index into vector elements?</a> - <li><a href="#unions">Can GEP index into unions?</a> <li><a href="#addrspace">What effect do address spaces have on GEPs?</a> <li><a href="#int">How is GEP different from ptrtoint, arithmetic, and inttoptr?</a></li> <li><a href="#be">I'm writing a backend for a target which needs custom lowering for GEP. How do I do this?</a> @@ -370,16 +369,6 @@ idx3 = (char*) &MyVar + 8 <!-- *********************************************************************** --> <div class="doc_subsection"> - <a name="unions"><b>Can GEP index into unions?</b></a> -</div> -<div class="doc_text"> - <p>Unknown.</p> - -</div> - -<!-- *********************************************************************** --> - -<div class="doc_subsection"> <a name="addrspace"><b>What effect do address spaces have on GEPs?</b></a> </div> <div class="doc_text"> |