Changes in directory llvm/docs:

index.html updated: 1.59 -> 1.60
---
Log message:

Add a link to the GEP FAQ.


---
Diffs of the changes:  (+3 -3)

 index.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.59 llvm/docs/index.html:1.60
--- llvm/docs/index.html:1.59   Sun Sep 17 18:05:15 2006
+++ llvm/docs/index.html        Mon Nov 13 02:03:59 2006
@@ -39,7 +39,6 @@
 <ul>
 <li><a href="LangRef.html">LLVM Language Reference Manual</a> - Defines the 
LLVM
 intermediate representation.</li>
-
 <li><a 
href="http://llvm.org/pubs/2006-04-25-GelatoLLVMIntro.html";>Introduction to the 
LLVM Compiler Infrastructure</a> - Presentation describing LLVM.</li>
 <li><a href="http://llvm.org/pubs/2004-09-22-LCPCLLVMTutorial.html";>The LLVM 
Compiler Framework and
 Infrastructure Tutorial</a> - Tutorial for writing passes, exploring the 
system.</li>
@@ -47,7 +46,8 @@
 Lifelong Program Analysis &amp; Transformation</a> - Design overview.</li>
 <li><a href="http://llvm.org/pubs/2002-12-LattnerMSThesis.html";>LLVM: An 
Infrastructure for
 Multi-Stage Optimization</a> - More details (somewhat old now).</li>
-
+<li><a href="GetElementPtr.html">GetElementPtr FAQ</a> - Answers to some very
+frequent questions about LLVM's most frequently misunderstood instruction.</li>
 </ul>
 
 <!--=======================================================================-->
@@ -263,6 +263,6 @@
   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/09/17 23:05:15 $
+  Last modified: $Date: 2006/11/13 08:03:59 $
 </address>
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to