[llvm] r178422 - [docs] The GEP FAQ is not "design and overview"
Sean Silva
silvas at purdue.edu
Sat Mar 30 08:32:50 PDT 2013
Author: silvas
Date: Sat Mar 30 10:32:50 2013
New Revision: 178422
URL: http://llvm.org/viewvc/llvm-project?rev=178422&view=rev
Log:
[docs] The GEP FAQ is not "design and overview"
Modified:
llvm/trunk/docs/index.rst
Modified: llvm/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.rst?rev=178422&r1=178421&r2=178422&view=diff
==============================================================================
--- llvm/trunk/docs/index.rst (original)
+++ llvm/trunk/docs/index.rst Sat Mar 30 10:32:50 2013
@@ -22,7 +22,6 @@ Several introductory papers and presenta
:hidden:
LangRef
- GetElementPtr
:doc:`LangRef`
Defines the LLVM intermediate representation.
@@ -48,10 +47,6 @@ Several introductory papers and presenta
.. __: 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
===
More information about the llvm-commits
mailing list