[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html
Chris Lattner
sabre at nondot.org
Sun Feb 18 22:58:03 PST 2007
Changes in directory llvm/docs:
DeveloperPolicy.html updated: 1.31 -> 1.32
---
Log message:
fix validation
---
Diffs of the changes: (+2 -2)
DeveloperPolicy.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/DeveloperPolicy.html
diff -u llvm/docs/DeveloperPolicy.html:1.31 llvm/docs/DeveloperPolicy.html:1.32
--- llvm/docs/DeveloperPolicy.html:1.31 Mon Feb 19 00:57:16 2007
+++ llvm/docs/DeveloperPolicy.html Mon Feb 19 00:57:46 2007
@@ -171,7 +171,7 @@
only. More extensive test cases (e.g., entire applications, benchmarks,
etc) should be added to the <tt>llvm-test</tt> test suite. The llvm-test
suite is for coverage (correctness, performance, etc) testing, not feature
- or regression testing.</li>
+ or regression testing.</p>
</div>
<!-- _______________________________________________________________________ -->
@@ -499,7 +499,7 @@
Written by the
<a href="mailto:llvm-oversight at cs.uiuc.edu">LLVM Oversight Group</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/02/19 06:57:16 $
+ Last modified: $Date: 2007/02/19 06:57:46 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list