From 0c4dcccd59a551398c69e357795cfe7fb6116a86 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 8 Aug 2003 22:46:30 +0000 Subject: [PATCH] Removed information on the Pool Allocator as it is no longer available. Fixed a spelling error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7705 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index ff4b2295623..a34437a7dec 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -774,8 +774,7 @@
llvm/lib/Transforms/
This directory contains the source code for the LLVM to LLVM program transformations, such as Aggressive Dead Code Elimination, Sparse Conditional Constant Propagation, Inlining, Loop - Invarient Code Motion, Dead Global Elimination, Pool Allocation, and many - others... + Invarient Code Motion, Dead Global Elimination, and many others...
llvm/lib/Target/
This directory contains files that describe various target architectures for code generation. For example, @@ -879,7 +878,7 @@

- This step is optional if you have the C front end binary distrubtion for + This step is optional if you have the C front end binary distribution for your platform.

-- 2.11.0