diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ProgrammersManual.html | 2 | ||||
-rw-r--r-- | docs/WritingAnLLVMPass.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index be40ba3..116370f 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -487,7 +487,7 @@ a report that looks like this:<p> 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 diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index f537066..0832a81 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -308,7 +308,7 @@ OPTIONS: -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 ... |