diff options
author | Eric Christopher <echristo@gmail.com> | 2015-12-11 00:51:59 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-12-11 00:51:59 +0000 |
commit | 5e834a5dc4eee33c27da9e70fc6f13b070fb3712 (patch) | |
tree | 418f0ea9e6119effa997d005c90d471e0c5b8b92 | |
parent | 2992beec00e40aa52a027d9afbcb536a6de6374e (diff) | |
download | bcm5719-llvm-5e834a5dc4eee33c27da9e70fc6f13b070fb3712.tar.gz bcm5719-llvm-5e834a5dc4eee33c27da9e70fc6f13b070fb3712.zip |
Fix a spurious if.
llvm-svn: 255321
-rw-r--r-- | llvm/docs/DeveloperPolicy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst index 136f68f81ee..17baf2d27b1 100644 --- a/llvm/docs/DeveloperPolicy.rst +++ b/llvm/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. |