diff options
author | Eric Christopher <echristo@apple.com> | 2011-09-28 19:47:28 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-09-28 19:47:28 +0000 |
commit | 90d6ec5f14c573f44efa490f3c118831628e9124 (patch) | |
tree | 94999312b4d3134ef673b9472cc7a1918ce9a502 | |
parent | d02c42bb855484cad379a345dee04c7c6463f1cb (diff) |
Add a note on removing LLVMC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140715 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4feb907d36..002d8f4bd9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -581,6 +581,8 @@ it run faster:</p> from the previous release.</p> <ul> + <li>The <code>LLVMC</code> front end code was removed while separating + out language independence.</li> <li>The <code>LowerSetJmp</code> pass wasn't used effectively by any target and has been removed.</li> <li>The old <code>TailDup</code> pass was not used in the standard pipeline |