[llvm-commits] [llvm] r44810 - /llvm/trunk/docs/WritingAnLLVMPass.html
John Criswell
criswell at uiuc.edu
Mon Dec 10 12:26:31 PST 2007
Author: criswell
Date: Mon Dec 10 14:26:29 2007
New Revision: 44810
URL: http://llvm.org/viewvc/llvm-project?rev=44810&view=rev
Log:
Fix some wording.
Modified:
llvm/trunk/docs/WritingAnLLVMPass.html
Modified: llvm/trunk/docs/WritingAnLLVMPass.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/WritingAnLLVMPass.html?rev=44810&r1=44809&r2=44810&view=diff
==============================================================================
--- llvm/trunk/docs/WritingAnLLVMPass.html (original)
+++ llvm/trunk/docs/WritingAnLLVMPass.html Mon Dec 10 14:26:29 2007
@@ -1376,7 +1376,8 @@
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>
More information about the llvm-commits
mailing list