diff options
Diffstat (limited to 'docs/design_and_overview.rst')
-rw-r--r-- | docs/design_and_overview.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/design_and_overview.rst b/docs/design_and_overview.rst index 22e8125bb6..2fc377f3aa 100644 --- a/docs/design_and_overview.rst +++ b/docs/design_and_overview.rst @@ -1,5 +1,3 @@ -.. _design_and_overview: - LLVM Design & Overview ====================== @@ -21,7 +19,7 @@ LLVM Design & Overview Book chapter providing a compiler hacker's introduction to LLVM. -* `LLVM: A Compilation Framework forLifelong Program Analysis & Transformation +* `LLVM: A Compilation Framework for Lifelong Program Analysis & Transformation <http://llvm.org/pubs/2004-01-30-CGO-LLVM.html>`_ Design overview. @@ -31,7 +29,7 @@ LLVM Design & Overview More details (quite old now). -* :ref:`gep` +* :doc:`GetElementPtr` Answers to some very frequent questions about LLVM's most frequently misunderstood instruction. |