diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/WritingAnLLVMPass.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/WritingAnLLVMPass.html b/llvm/docs/WritingAnLLVMPass.html index 4e754cb1a36..7d81c81c0af 100644 --- a/llvm/docs/WritingAnLLVMPass.html +++ b/llvm/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  | 

