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 | b377fc3bfa32f4d87129e05780abd208acd97740 (patch) | |
| tree | db18a7be1f16c71f47ce4e28895cc839e97037eb | |
| parent | 2306c541440cb11309cf5e2292d00774a07558f7 (diff) | |
| download | bcm5719-llvm-b377fc3bfa32f4d87129e05780abd208acd97740.tar.gz bcm5719-llvm-b377fc3bfa32f4d87129e05780abd208acd97740.zip | |
Rephrase to add clarity.
llvm-svn: 149972
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 71b71483304..6d08b4ea6d6 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |

