forked from OSchip/llvm-project
parent
00389a8269
commit
6cef9de0c1
|
@ -56,12 +56,12 @@
|
|||
this leads to the following questions, all of which are answered in the
|
||||
following sections.</p>
|
||||
<ol>
|
||||
<li><a href="firstptr">What is the first index of the GEP instruction?</a>
|
||||
<li><a href="#firstptr">What is the first index of the GEP instruction?</a>
|
||||
</li>
|
||||
<li><a href="extra_index">Why is the extra 0 index required?</a></li>
|
||||
<li><a href="deref">What is dereferenced by GEP?</a></li>
|
||||
<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="#extra_index">Why is the extra 0 index required?</a></li>
|
||||
<li><a href="#deref">What is dereferenced by GEP?</a></li>
|
||||
<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>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue