mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 18:56:04 +00:00
Fix some wording.
llvm-svn: 44810
This commit is contained in:
parent
25ba152734
commit
217f454b10
@ -1376,7 +1376,8 @@ the LLVM program representation for a single function at a time, instead of
|
||||
traversing the entire program. It reduces the memory consumption of compiler,
|
||||
because, for example, only one <a
|
||||
href="http://llvm.org/doxygen/classllvm_1_1DominatorSet.html"><tt>DominatorSet</tt></a>
|
||||
needs to be calculated at a time. This also makes it possible some <a
|
||||
needs to be calculated at a time. This also makes it possible to implement
|
||||
some <a
|
||||
href="#SMP">interesting enhancements</a> in the future.</p></li>
|
||||
|
||||
</ol>
|
||||
|
Loading…
x
Reference in New Issue
Block a user