Don't taint relaxed loads that immediately comes before an AcqRel read-modify-write op
[oota-llvm.git] / docs / DeveloperPolicy.rst
index 136f68f81ee70efbb7ad33b0d0a72d4bb2c4cb8d..17baf2d27b134b2f7e15e8b97ad747f2996ca185 100644 (file)
@@ -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.