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?