diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-08-15 12:11:42 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-08-15 12:11:42 +0000 |
commit | af2cca161bae051b867fae62ba64c321d480ed66 (patch) | |
tree | a28e599773321a6a55de911d0f10bf7c9991d339 | |
parent | e3c312fc89f7c31b05391b079c6eafd8e13a3991 (diff) | |
download | external_llvm-af2cca161bae051b867fae62ba64c321d480ed66.zip external_llvm-af2cca161bae051b867fae62ba64c321d480ed66.tar.gz external_llvm-af2cca161bae051b867fae62ba64c321d480ed66.tar.bz2 |
Hypos pointed out by Jakob Praher.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29701 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/GetElementPtr.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/GetElementPtr.html b/docs/GetElementPtr.html index dc57087..12f4522 100644 --- a/docs/GetElementPtr.html +++ b/docs/GetElementPtr.html @@ -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> |