From 19c7541d89aa72bff5baa21b960c0a934359ef0f Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 20 Jun 2012 09:49:06 +0000 Subject: Unindent list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158804 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/design_and_overview.rst | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'docs') diff --git a/docs/design_and_overview.rst b/docs/design_and_overview.rst index 158190e..c272fbf 100644 --- a/docs/design_and_overview.rst +++ b/docs/design_and_overview.rst @@ -3,29 +3,29 @@ LLVM Design & Overview ====================== - * `LLVM Language Reference Manual `_ +* `LLVM Language Reference Manual `_ - Defines the LLVM intermediate representation. + Defines the LLVM intermediate representation. - * `Introduction to the LLVM Compiler `_ +* `Introduction to the LLVM Compiler `_ - Presentation providing a users introduction to LLVM. + Presentation providing a users introduction to LLVM. - * `Intro to LLVM `_ +* `Intro to LLVM `_ - Book chapter providing a compiler hacker's introduction to LLVM. + Book chapter providing a compiler hacker's introduction to LLVM. - * `LLVM: A Compilation Framework forLifelong Program Analysis & Transformation - `_ +* `LLVM: A Compilation Framework forLifelong Program Analysis & Transformation + `_ - Design overview. + Design overview. - * `LLVM: An Infrastructure for Multi-Stage Optimization - `_ +* `LLVM: An Infrastructure for Multi-Stage Optimization + `_ - More details (quite old now). + More details (quite old now). - * `GetElementPtr FAQ `_ +* `GetElementPtr FAQ `_ - Answers to some very frequent questions about LLVM's most frequently - misunderstood instruction. + Answers to some very frequent questions about LLVM's most frequently + misunderstood instruction. -- cgit v1.1