diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-17 16:47:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-17 16:47:06 +0000 |
commit | ed2e7a9ce43f5db51224530197f17f90ef218525 (patch) | |
tree | 4402ed02e1fad3825696ce5395c590e9bef42dc3 /docs | |
parent | 913bfbc2e48c67c1729a88bb00538811211ac66d (diff) | |
download | external_llvm-ed2e7a9ce43f5db51224530197f17f90ef218525.zip external_llvm-ed2e7a9ce43f5db51224530197f17f90ef218525.tar.gz external_llvm-ed2e7a9ce43f5db51224530197f17f90ef218525.tar.bz2 |
Fix typeo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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 4e754cb..7d81c81 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -1139,7 +1139,7 @@ where we are going:<p> <!-- _______________________________________________________________________ --> </ul><h4><a name="SMP"><hr size=0>Multithreaded LLVM</h4><ul> -Multiple CPU machines are becoming more command and compilation can never be +Multiple CPU machines are becoming more common and compilation can never be fast enough: obviously we should allow for a multithreaded compiler. Because of the semantics defined for passes above (specifically they cannot maintain state across invocations of their <tt>run*</tt> methods), a nice clean way to |