diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-11-13 08:03:59 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-11-13 08:03:59 +0000 |
commit | 7cbe67d789e57e49d1781f710341d16d20b4d601 (patch) | |
tree | 7709c2fa0fa1662f6ec911e44def91a02d89f832 /docs/index.html | |
parent | c2e6801cc7c85deaaa6bc02186e2efa1bba065fe (diff) |
Add a link to the GEP FAQ.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31698 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index fcb998d5e6..f999921412 100644 --- a/docs/index.html +++ b/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 & 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> <!--=======================================================================--> |