summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-08-15 12:15:08 +0000
committerJim Laskey <jlaskey@mac.com>2006-08-15 12:15:08 +0000
commit19af0e1b499b3e9d27b8865aa0634f771591cb43 (patch)
treede1a8b3089fae32cf460411c97a00e892569eccf
parentaf2cca161bae051b867fae62ba64c321d480ed66 (diff)
downloadllvm-19af0e1b499b3e9d27b8865aa0634f771591cb43.tar.gz
llvm-19af0e1b499b3e9d27b8865aa0634f771591cb43.tar.bz2
llvm-19af0e1b499b3e9d27b8865aa0634f771591cb43.tar.xz
Haste-o discovered after.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29702 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/GetElementPtr.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GetElementPtr.html b/docs/GetElementPtr.html
index 12f45228d0..05d74e248e 100644
--- a/docs/GetElementPtr.html
+++ b/docs/GetElementPtr.html
@@ -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>