[llvm-commits] CVS: llvm/docs/GetElementPtr.html
Jim Laskey
jlaskey at apple.com
Tue Aug 15 05:11:56 PDT 2006
Changes in directory llvm/docs:
GetElementPtr.html updated: 1.9 -> 1.10
---
Log message:
Hypos pointed out by Jakob Praher.
---
Diffs of the changes: (+6 -6)
GetElementPtr.html | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
Index: llvm/docs/GetElementPtr.html
diff -u llvm/docs/GetElementPtr.html:1.9 llvm/docs/GetElementPtr.html:1.10
--- llvm/docs/GetElementPtr.html:1.9 Tue Aug 15 03:14:19 2006
+++ llvm/docs/GetElementPtr.html Tue Aug 15 07:11:42 2006
@@ -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>
@@ -630,7 +630,7 @@
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br/>
- Last modified: $Date: 2006/08/15 08:14:19 $
+ Last modified: $Date: 2006/08/15 12:11:42 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list