diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-10 05:29:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-10 05:29:43 +0000 |
commit | 065a616adad624152618b1b0084ff074e5b03bbb (patch) | |
tree | fc927194de6b9d2f1af7a559ff3f64d524e43aa3 /docs/WritingAnLLVMPass.html | |
parent | 3adf51d022348b06a1adeef7649fa35928ad9358 (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.html | 2 |
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 ... |