mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 20:04:03 +00:00
Add a link to the GEP faq.
llvm-svn: 29690
This commit is contained in:
parent
f391863d7a
commit
180ca1aa2e
@ -101,7 +101,7 @@
|
||||
<li><a href="#i_vselect">'<tt>vselect</tt>' Instruction</a></li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a href="#memoryops">Memory Access Operations</a>
|
||||
<li><a href="#memoryops">Memory Access and Addressing Operations</a>
|
||||
<ol>
|
||||
<li><a href="#i_malloc">'<tt>malloc</tt>' Instruction</a></li>
|
||||
<li><a href="#i_free">'<tt>free</tt>' Instruction</a></li>
|
||||
@ -2273,7 +2273,7 @@ it gets its value from the second value argument.
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
<div class="doc_subsection">
|
||||
<a name="memoryops">Memory Access Operations</a>
|
||||
<a name="memoryops">Memory Access and Addressing Operations</a>
|
||||
</div>
|
||||
|
||||
<div class="doc_text">
|
||||
@ -2574,6 +2574,10 @@ The one exception for this rules is zero length arrays. These arrays are
|
||||
defined to be accessible as variable length arrays, which requires access
|
||||
beyond the zero'th element.</p>
|
||||
|
||||
<p>The getelementptr instruction is often confusing. For some more insight
|
||||
into how it works, see <a href="GetElementPtr.html">the getelementptr
|
||||
FAQ</a>.</p>
|
||||
|
||||
<h5>Example:</h5>
|
||||
|
||||
<pre>
|
||||
|
Loading…
Reference in New Issue
Block a user