diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-02-07 08:42:29 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-02-07 08:42:29 +0000 |
commit | e26cdbe1c7f66e201626a61b5eb98ebb330018e0 (patch) | |
tree | 3bf53b586480d8ffb5b2fc9ba730e4648febbadc /docs | |
parent | 69c39ac40185aa0bbcdc0a8868bba4c21fe6620e (diff) | |
download | external_llvm-e26cdbe1c7f66e201626a61b5eb98ebb330018e0.zip external_llvm-e26cdbe1c7f66e201626a61b5eb98ebb330018e0.tar.gz external_llvm-e26cdbe1c7f66e201626a61b5eb98ebb330018e0.tar.bz2 |
Rephrase to add clarity.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149972 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 71b7148..6d08b4e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -286,9 +286,9 @@ Release Notes</a>.</h1> <ul> <li>IR support for half float</li> <li>IR support for vectors of pointers, including vector GEPs.</li> - <li>The <tt>unwind</tt> instruction is now gone. It has been replaced by - the <tt>landingpad</tt>/<tt>resume</tt> exception handling - mechanisms.</li> + <li>The <tt>unwind</tt> instruction is now gone. With the introduction of + the new exception handling system in LLVM 3.0, the <tt>unwind</tt> + instruction became obsolete.</li> <li>....</li> </ul> </div> |