mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Fix typeo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3775 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
913bfbc2e4
commit
ed2e7a9ce4
@ -1139,7 +1139,7 @@ where we are going:<p>
|
|||||||
<!-- _______________________________________________________________________ -->
|
<!-- _______________________________________________________________________ -->
|
||||||
</ul><h4><a name="SMP"><hr size=0>Multithreaded LLVM</h4><ul>
|
</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
|
fast enough: obviously we should allow for a multithreaded compiler. Because of
|
||||||
the semantics defined for passes above (specifically they cannot maintain state
|
the semantics defined for passes above (specifically they cannot maintain state
|
||||||
across invocations of their <tt>run*</tt> methods), a nice clean way to
|
across invocations of their <tt>run*</tt> methods), a nice clean way to
|
||||||
|
Loading…
Reference in New Issue
Block a user