[llvm-commits] CVS: llvm/docs/GetElementPtr.html
Jim Laskey
jlaskey at apple.com
Tue Aug 15 01:14:33 PDT 2006
Changes in directory llvm/docs:
GetElementPtr.html updated: 1.8 -> 1.9
---
Log message:
Typo.
---
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.8 llvm/docs/GetElementPtr.html:1.9
--- llvm/docs/GetElementPtr.html:1.8 Mon Aug 14 23:00:29 2006
+++ llvm/docs/GetElementPtr.html Tue Aug 15 03:14:19 2006
@@ -81,7 +81,7 @@
<p>it is natural to think that there is only one index, the selection of the
field <tt>F</tt>. However, in this example, <tt>Foo</tt> is a pointer. That
pointer must be indexed explicitly in LLVM. C, on the other hand, indexs
- through it ransparently. To arrive at the same address location as the C
+ through it transparently. To arrive at the same address location as the C
code, you would provide the GEP instruction with two index operands. The
first operand indexes through the pointer; the second operand indexes the
field <tt>F</tt> of the structure, just as if you wrote:</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 04:00:29 $
+ Last modified: $Date: 2006/08/15 08:14:19 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list