1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

Fix a spurious if.

llvm-svn: 255321
This commit is contained in:
Eric Christopher 2015-12-11 00:51:59 +00:00
parent ef959cd337
commit b4999f7af6

View 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.