[llvm-commits] CVS: llvm/www/docs/GettingStarted.html
John Criswell
criswell at cs.uiuc.edu
Fri Aug 8 17:47:01 PDT 2003
Changes in directory llvm/www/docs:
GettingStarted.html updated: 1.28 -> 1.29
---
Log message:
Removed information on the Pool Allocator as it is no longer available.
Fixed a spelling error.
---
Diffs of the changes:
Index: llvm/www/docs/GettingStarted.html
diff -u llvm/www/docs/GettingStarted.html:1.28 llvm/www/docs/GettingStarted.html:1.29
--- llvm/www/docs/GettingStarted.html:1.28 Fri Aug 8 17:43:39 2003
+++ llvm/www/docs/GettingStarted.html Fri Aug 8 17:46:30 2003
@@ -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>
More information about the llvm-commits
mailing list