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 | 508503b4736cf08e142e0fe22f8d3387e4d218b0 (patch) | |
tree | b036e18c13e95571d51aeefec9dc7896ce516c70 | |
parent | 586e8ea46f9b0fa1c12d22da4fff0188569d096f (diff) | |
download | bcm5719-llvm-508503b4736cf08e142e0fe22f8d3387e4d218b0.tar.gz bcm5719-llvm-508503b4736cf08e142e0fe22f8d3387e4d218b0.zip |
Add a note on removing LLVMC.
llvm-svn: 140715
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 4feb907d367..002d8f4bd9a 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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 |