[llvm-commits] CVS: llvm/www/docs/ProgrammersManual.html WritingAnLLVMPass.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Sep 10 00:30:18 PDT 2003
Changes in directory llvm/www/docs:
ProgrammersManual.html updated: 1.45 -> 1.46
WritingAnLLVMPass.html updated: 1.18 -> 1.19
---
Log message:
Fix spell-o's
---
Diffs of the changes:
Index: llvm/www/docs/ProgrammersManual.html
diff -u llvm/www/docs/ProgrammersManual.html:1.45 llvm/www/docs/ProgrammersManual.html:1.46
--- llvm/www/docs/ProgrammersManual.html:1.45 Mon Aug 18 09:41:19 2003
+++ llvm/www/docs/ProgrammersManual.html Wed Sep 10 00:29:43 2003
@@ -487,7 +487,7 @@
49 cee - Number of setcc instruction eliminated
532 gcse - Number of loads removed
2919 gcse - Number of instructions removed
- 86 indvars - Number of cannonical indvars added
+ 86 indvars - Number of canonical indvars added
87 indvars - Number of aux indvars removed
25 instcombine - Number of dead inst eliminate
434 instcombine - Number of insts combined
Index: llvm/www/docs/WritingAnLLVMPass.html
diff -u llvm/www/docs/WritingAnLLVMPass.html:1.18 llvm/www/docs/WritingAnLLVMPass.html:1.19
--- llvm/www/docs/WritingAnLLVMPass.html:1.18 Thu Aug 21 17:14:26 2003
+++ llvm/www/docs/WritingAnLLVMPass.html Wed Sep 10 00:29:43 2003
@@ -308,7 +308,7 @@
-gcse - Global Common Subexpression Elimination
-globaldce - Dead Global Elimination
<b>-hello - Hello World Pass</b>
- -indvars - Cannonicalize Induction Variables
+ -indvars - Canonicalize Induction Variables
-inline - Function Integration/Inlining
-instcombine - Combine redundant instructions
...
More information about the llvm-commits
mailing list