Fix spell-o's

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8431 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2003-09-10 05:29:43 +00:00
parent 3adf51d022
commit 065a616ada
9 changed files with 11 additions and 11 deletions

View File

@@ -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
...