From 3719f99ba98fbaf419d77925598e7d7b2ec93d2d Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 11 Dec 2015 00:51:59 +0000 Subject: [PATCH] Fix a spurious if. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255321 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/DeveloperPolicy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeveloperPolicy.rst b/docs/DeveloperPolicy.rst index 136f68f81ee..17baf2d27b1 100644 --- a/docs/DeveloperPolicy.rst +++ b/docs/DeveloperPolicy.rst @@ -536,7 +536,7 @@ C API Changes less stable than "take this IR file and JIT it for my current machine". * Release stability: We won't break the C API on the release branch with patches - that go on that branch, with the exception that if we will fix an unintentional + that go on that branch, with the exception that we will fix an unintentional C API break that will keep the release consistent with both the previous and next release. -- 2.34.1