From: Jim Laskey
Date: Tue, 15 Aug 2006 12:11:42 +0000 (+0000)
Subject: Hypos pointed out by Jakob Praher.
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=af2cca161bae051b867fae62ba64c321d480ed66;p=oota-llvm.git
Hypos pointed out by Jakob Praher.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29701 91177308-0d34-0410-b5e6-96231b3b80d8
---
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.
- - What is the first index of the GEP instruction?
+
- What is the first index of the GEP instruction?
- - Why is the extra 0 index required?
- - What is dereferenced by GEP?
- - Why don't GEP x,0,0,1 and GEP x,1 alias?
- - Why do GEP x,1,0,0 and GEP x,1 alias?
+ - Why is the extra 0 index required?
+ - What is dereferenced by GEP?
+ - Why don't GEP x,0,0,1 and GEP x,1 alias?
+ - Why do GEP x,1,0,0 and GEP x,1 alias?