[llvm-commits] CVS: llvm/docs/FAQ.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Aug 14 17:43:55 PDT 2006
Changes in directory llvm/docs:
FAQ.html updated: 1.38 -> 1.39
---
Log message:
Add a link in a prominant location.
---
Diffs of the changes: (+11 -1)
FAQ.html | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletion(-)
Index: llvm/docs/FAQ.html
diff -u llvm/docs/FAQ.html:1.38 llvm/docs/FAQ.html:1.39
--- llvm/docs/FAQ.html:1.38 Thu Aug 10 15:15:58 2006
+++ llvm/docs/FAQ.html Mon Aug 14 19:43:35 2006
@@ -427,6 +427,16 @@
<a href="CompilerDriver.html">compiler driver</a> which simplifies the task
of running optimizations, linking, and executable generation.</p>
</div>
+
+<div class="question"><a name="langhlsupp">
+ <p>I don't understand the GetElementPtr
+ instruction. Help!</a></p>
+</div>
+<div class="answer">
+ <p>See <a href="GetElementPtr.html">The Often Misunderstood GEP
+ Instruction</a>.</li>
+</div>
+
<!-- *********************************************************************** -->
<div class="doc_section">
<a name="cfe">Using the GCC Front End</a>
@@ -673,7 +683,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/08/10 20:15:58 $
+ Last modified: $Date: 2006/08/15 00:43:35 $
</address>
</body>
More information about the llvm-commits
mailing list