From af2cca161bae051b867fae62ba64c321d480ed66 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Tue, 15 Aug 2006 12:11:42 +0000 Subject: [PATCH] Hypos pointed out by Jakob Praher. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29701 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GetElementPtr.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/GetElementPtr.html b/docs/GetElementPtr.html index dc57087174e..12f45228d04 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.

    -
  1. What is the first index of the GEP instruction? +
  2. What is the first index of the GEP instruction?
  3. -
  4. Why is the extra 0 index required?
  5. -
  6. What is dereferenced by GEP?
  7. -
  8. Why don't GEP x,0,0,1 and GEP x,1 alias?
  9. -
  10. Why do GEP x,1,0,0 and GEP x,1 alias?
  11. +
  12. Why is the extra 0 index required?
  13. +
  14. What is dereferenced by GEP?
  15. +
  16. Why don't GEP x,0,0,1 and GEP x,1 alias?
  17. +
  18. Why do GEP x,1,0,0 and GEP x,1 alias?