[llvm] r255321 - Fix a spurious if.
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 16:51:59 PST 2015
Author: echristo
Date: Thu Dec 10 18:51:59 2015
New Revision: 255321
URL: http://llvm.org/viewvc/llvm-project?rev=255321&view=rev
Log:
Fix a spurious if.
Modified:
llvm/trunk/docs/DeveloperPolicy.rst
Modified: llvm/trunk/docs/DeveloperPolicy.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.rst?rev=255321&r1=255320&r2=255321&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.rst (original)
+++ llvm/trunk/docs/DeveloperPolicy.rst Thu Dec 10 18:51:59 2015
@@ -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.
More information about the llvm-commits
mailing list