Haste-o discovered after.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29702 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey 2006-08-15 12:15:08 +00:00
parent af2cca161b
commit 19af0e1b49

View File

@ -259,7 +259,7 @@
<!-- *********************************************************************** -->
<div class="doc_subsection">
<a name="lead0"><b>Why do GEP x,1,0,0 and GEP x,1 alias?</b></a>
<a name="trail0"><b>Why do GEP x,1,0,0 and GEP x,1 alias?</b></a>
</div>
<div class="doc_text">
<p>Quick Answer: They compute the same address location.</p>