Index: llvm/docs/DeveloperPolicy.rst =================================================================== --- llvm/docs/DeveloperPolicy.rst +++ llvm/docs/DeveloperPolicy.rst @@ -211,7 +211,7 @@ * The code should compile cleanly on all supported platforms. * The changes should not cause any correctness regressions in the ``llvm-test`` - suite and must not cause any major performance regressions. + suite and must not cause any major performance or compile-time regressions. * The change set should not cause performance or correctness regressions for the LLVM tools.