diff options
| author | John Criswell <criswell@uiuc.edu> | 2003-08-08 22:46:30 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2003-08-08 22:46:30 +0000 |
| commit | 8aba798388db4b97b0afda8405e865977bbd7b52 (patch) | |
| tree | d75c4b662e848127c799a9e867277f83cf336b1c /llvm/docs/GettingStarted.html | |
| parent | 6274b71eb2fb4ccfbae2057cbcfd420b689e6d89 (diff) | |
| download | bcm5719-llvm-8aba798388db4b97b0afda8405e865977bbd7b52.tar.gz bcm5719-llvm-8aba798388db4b97b0afda8405e865977bbd7b52.zip | |
Removed information on the Pool Allocator as it is no longer available.
Fixed a spelling error.
llvm-svn: 7705
Diffstat (limited to 'llvm/docs/GettingStarted.html')
| -rw-r--r-- | llvm/docs/GettingStarted.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index ff4b2295623..a34437a7dec 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -774,8 +774,7 @@ <dt><tt>llvm/lib/Transforms/</tt><dd> 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... <dt><tt>llvm/lib/Target/</tt><dd> This directory contains files that describe various target architectures for code generation. For example, @@ -879,7 +878,7 @@ <p> <b> - 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. </b> </p> |

