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
This commit is contained in:
John Criswell 2003-08-08 22:46:30 +00:00
parent 3c852b620a
commit 0c4dcccd59

View File

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