diff options
| author | John Criswell <criswell@uiuc.edu> | 2007-12-10 20:26:29 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2007-12-10 20:26:29 +0000 |
| commit | fa06f0203b5652942f691bb2ec03bf13a282c608 (patch) | |
| tree | bf0197e0efbfd50e13c297bd5db78f04856a55f6 /llvm/docs | |
| parent | 433fb267073e40aa52b2ed01e028d62889a83320 (diff) | |
| download | bcm5719-llvm-fa06f0203b5652942f691bb2ec03bf13a282c608.tar.gz bcm5719-llvm-fa06f0203b5652942f691bb2ec03bf13a282c608.zip | |
Fix some wording.
llvm-svn: 44810
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/WritingAnLLVMPass.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/WritingAnLLVMPass.html b/llvm/docs/WritingAnLLVMPass.html index aae0dec6b1a..4ae039d7539 100644 --- a/llvm/docs/WritingAnLLVMPass.html +++ b/llvm/docs/WritingAnLLVMPass.html @@ -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> |

