diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-08-02 06:39:13 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-08-02 06:39:13 +0000 |
commit | 086da7e6809cc6044dd94b77dfb85626553cc7ae (patch) | |
tree | 41444e64f6d0b2aeffdc6be532b049aeeacd26a8 /docs/ReleaseNotes.html | |
parent | 16005253850679a34b09a70bca32a6c0233380d6 (diff) | |
download | external_llvm-086da7e6809cc6044dd94b77dfb85626553cc7ae.zip external_llvm-086da7e6809cc6044dd94b77dfb85626553cc7ae.tar.gz external_llvm-086da7e6809cc6044dd94b77dfb85626553cc7ae.tar.bz2 |
Duncan's english is better than mine. :-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136684 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 025f91a..50cd906 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -664,7 +664,7 @@ from the previous release.</p> <li>The <code>LLVMBuildUnwind</code> function from the C API was removed. The LLVM <code>unwind</code> instruction has been deprecated for a long time and - isn't used by the current front-ends. So this was removed along with the + isn't used by the current front-ends. So this was removed during the exception handling rewrite.</li> </ul> |