[llvm-commits] CVS: llvm/docs/GetElementPtr.html
Jim Laskey
jlaskey at apple.com
Tue Aug 15 05:15:22 PDT 2006
Changes in directory llvm/docs:
GetElementPtr.html updated: 1.10 -> 1.11
---
Log message:
Haste-o discovered after.
---
Diffs of the changes: (+2 -2)
GetElementPtr.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/GetElementPtr.html
diff -u llvm/docs/GetElementPtr.html:1.10 llvm/docs/GetElementPtr.html:1.11
--- llvm/docs/GetElementPtr.html:1.10 Tue Aug 15 07:11:42 2006
+++ llvm/docs/GetElementPtr.html Tue Aug 15 07:15:08 2006
@@ -259,7 +259,7 @@
<!-- *********************************************************************** -->
<div class="doc_subsection">
- <a name="lead0"><b>Why do GEP x,1,0,0 and GEP x,1 alias?</b></a>
+ <a name="trail0"><b>Why do GEP x,1,0,0 and GEP x,1 alias?</b></a>
</div>
<div class="doc_text">
<p>Quick Answer: They compute the same address location.</p>
@@ -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 12:11:42 $
+ Last modified: $Date: 2006/08/15 12:15:08 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list