aboutsummaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMPass.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-10 05:29:43 +0000
committerChris Lattner <sabre@nondot.org>2003-09-10 05:29:43 +0000
commit065a616adad624152618b1b0084ff074e5b03bbb (patch)
treefc927194de6b9d2f1af7a559ff3f64d524e43aa3 /docs/WritingAnLLVMPass.html
parent3adf51d022348b06a1adeef7649fa35928ad9358 (diff)
Fix spell-o's
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8431 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/WritingAnLLVMPass.html')
-rw-r--r--docs/WritingAnLLVMPass.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html
index f537066547..0832a81644 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
...