aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-08-08 22:46:30 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-08-08 22:46:30 +0000
commit0c4dcccd59a551398c69e357795cfe7fb6116a86 (patch)
tree5ba312353dcd1fa1624a10968bac5ce7f3982062 /docs/GettingStarted.html
parent3c852b620a5e000f7f38a9945b43192c9bfd4674 (diff)
downloadexternal_llvm-0c4dcccd59a551398c69e357795cfe7fb6116a86.zip
external_llvm-0c4dcccd59a551398c69e357795cfe7fb6116a86.tar.gz
external_llvm-0c4dcccd59a551398c69e357795cfe7fb6116a86.tar.bz2
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
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index ff4b229..a34437a 100644
--- a/docs/GettingStarted.html
+++ b/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>