From 16f122e6ad7cd9865851b3a2f43d89f703dbcdf9 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Fri, 30 Mar 2007 12:22:09 +0000 Subject: Various hopefully correct easy fixes. llvm-svn: 35506 --- llvm/docs/DeveloperPolicy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/DeveloperPolicy.html') diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index db112af1a73..85b8aab2c1b 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/docs/DeveloperPolicy.html @@ -162,7 +162,7 @@ bug being fixed or feature being implemented is in the llvm-gcc C++ front-end, in which case it must be written in C++).
  • Test cases, especially for regressions, should be reduced as much as - possible, by bugpoint or + possible, by bugpoint or manually. It is unacceptable to place an entire failing program into llvm/test as this creates a time-to-test burden on all developers. Please keep them short.
  • -- cgit v1.2.3