[llvm-commits] CVS: llvm-www/RandomBoxes/009-AliasAnalysis.html
John Criswell
criswell at cs.uiuc.edu
Fri May 28 15:24:01 PDT 2004
Changes in directory llvm-www/RandomBoxes:
009-AliasAnalysis.html updated: 1.1 -> 1.2
---
Log message:
Fixed grammar and commas.
---
Diffs of the changes: (+5 -5)
Index: llvm-www/RandomBoxes/009-AliasAnalysis.html
diff -u llvm-www/RandomBoxes/009-AliasAnalysis.html:1.1 llvm-www/RandomBoxes/009-AliasAnalysis.html:1.2
--- llvm-www/RandomBoxes/009-AliasAnalysis.html:1.1 Fri May 28 14:24:58 2004
+++ llvm-www/RandomBoxes/009-AliasAnalysis.html Fri May 28 15:22:21 2004
@@ -1,6 +1,6 @@
LLVM includes a powerful <a href="docs/AliasAnalysis.html">Alias analysis
-infrastructure</a>, that makes it easy to experiment with implementation
-of new alias analysis algorithms, and compare the results against standard
-algorithms. LLVM also includes several alias-analysis-driven optimizations,
-so that you can see how the precision of your analysis effects actual
-running time of the program.
+infrastructure</a> that makes it easy to experiment with implementations
+of new alias analysis algorithms and compare the results against standard
+algorithms. LLVM also includes several alias-analysis-driven optimizations
+so that you can see how the precision of your analysis affects the actual
+execution time of the program.
More information about the llvm-commits
mailing list