[llvm-commits] CVS: llvm/docs/GetElementPtr.html
Reid Spencer
reid at x10sys.com
Mon Aug 14 20:46:52 PDT 2006
Changes in directory llvm/docs:
GetElementPtr.html updated: 1.5 -> 1.6
---
Log message:
Fix an example.
---
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.5 llvm/docs/GetElementPtr.html:1.6
--- llvm/docs/GetElementPtr.html:1.5 Mon Aug 14 22:43:31 2006
+++ llvm/docs/GetElementPtr.html Mon Aug 14 22:46:38 2006
@@ -102,7 +102,7 @@
P[0].f1 = P[1].f1 + P[2].f2;
}
...
- complex Array[3];
+ munger_struct Array[3];
...
munge(Array);</pre>
<p>In this "C" example, the front end compiler (llvm-gcc) will generate three
@@ -626,7 +626,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 03:43:31 $
+ Last modified: $Date: 2006/08/15 03:46:38 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list