aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-03-30 15:32:50 +0000
committerSean Silva <silvas@purdue.edu>2013-03-30 15:32:50 +0000
commitcad9b9cdb46b52f7e56dd5bfbfe8e813781f1b3d (patch)
treeeabd6464808a85043e6c482e433ef083ecc892ce /docs/index.rst
parenta6a22233a8f785e44bcb7c2717bd7586708332dd (diff)
downloadexternal_llvm-cad9b9cdb46b52f7e56dd5bfbfe8e813781f1b3d.zip
external_llvm-cad9b9cdb46b52f7e56dd5bfbfe8e813781f1b3d.tar.gz
external_llvm-cad9b9cdb46b52f7e56dd5bfbfe8e813781f1b3d.tar.bz2
[docs] The GEP FAQ is not "design and overview"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178422 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 9c5c11a..a5be6da 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -22,7 +22,6 @@ Several introductory papers and presentations.
:hidden:
LangRef
- GetElementPtr
:doc:`LangRef`
Defines the LLVM intermediate representation.
@@ -48,10 +47,6 @@ Several introductory papers and presentations.
.. __: http://llvm.org/pubs/2002-12-LattnerMSThesis.html
-:doc:`GetElementPtr`
- Answers to some very frequent questions about LLVM's most frequently
- misunderstood instruction.
-
`Publications mentioning LLVM <http://llvm.org/pubs>`_
..
@@ -86,6 +81,7 @@ representation.
ReleaseNotes
Passes
YamlIO
+ GetElementPtr
:doc:`GettingStarted`
Discusses how to get up and running quickly with the LLVM infrastructure.
@@ -145,6 +141,10 @@ representation.
:doc:`YamlIO`
A reference guide for using LLVM's YAML I/O library.
+:doc:`GetElementPtr`
+ Answers to some very frequent questions about LLVM's most frequently
+ misunderstood instruction.
+
IRC
===