1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[docs] The GEP FAQ is not "design and overview"

llvm-svn: 178422
This commit is contained in:
Sean Silva 2013-03-30 15:32:50 +00:00
parent b35b1c47e9
commit dd29200a97

View File

@ -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
===