[llvm-commits] CVS: llvm/docs/GetElementPtr.html

Reid Spencer reid at x10sys.com
Thu Aug 10 14:39:13 PDT 2006



Changes in directory llvm/docs:

GetElementPtr.html updated: 1.2 -> 1.3
---
Log message:

Fix a typo noticed by Gordon Henriksen. Thanks!


---
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.2 llvm/docs/GetElementPtr.html:1.3
--- llvm/docs/GetElementPtr.html:1.2	Thu Aug 10 16:01:14 2006
+++ llvm/docs/GetElementPtr.html	Thu Aug 10 16:38:47 2006
@@ -164,7 +164,7 @@
   <ul>
     <li> idx1 = &MyVar + 0</li>
     <li> idx2 = &MyVar + 4</li>
-    <li> idx3 = &MyVar = 8</li>
+    <li> idx3 = &MyVar + 8</li>
   </ul>
   <p>Since the type <tt>int</tt> is known to be four bytes long, the indices 
   0, 1 and 2 translate into memory offsets of 0, 4, and 8, respectively. No 
@@ -572,7 +572,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/10 21:01:14 $
+  Last modified: $Date: 2006/08/10 21:38:47 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list