aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-11-13 08:05:09 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-11-13 08:05:09 +0000
commitb5b06cce61de558ad4883d175e9214c3bac49a2e (patch)
tree58477bdde21cdbe9a9d43f36108baf9f62e232b8
parent50cabc638a12f3adc7ec86a59c47f5b7fd1fc891 (diff)
downloadllvm-b5b06cce61de558ad4883d175e9214c3bac49a2e.zip
llvm-b5b06cce61de558ad4883d175e9214c3bac49a2e.tar.gz
llvm-b5b06cce61de558ad4883d175e9214c3bac49a2e.tar.bz2
Merge From Head:
Add a link to the GEP FAQ. llvm-svn: 31699
-rw-r--r--llvm/docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html
index fcb998d..f999921 100644
--- a/llvm/docs/index.html
+++ b/llvm/docs/index.html
@@ -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 @@ Infrastructure Tutorial</a> - Tutorial for writing passes, exploring the system.
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>
<!--=======================================================================-->