diff options
| author | Bill Wendling <isanbard@gmail.com> | 2012-02-06 21:59:44 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2012-02-06 21:59:44 +0000 |
| commit | 9228b3e37c715517b34a85ffec81d35cd1fff793 (patch) | |
| tree | 00de1772aa30b945b945874c5fe3ccbe778f91d4 | |
| parent | 3f6a3a277c148cd2c7eead3c12e2f6e656f4353c (diff) | |
| download | bcm5719-llvm-9228b3e37c715517b34a85ffec81d35cd1fff793.tar.gz bcm5719-llvm-9228b3e37c715517b34a85ffec81d35cd1fff793.zip | |
Document the 'unwind' removal.
llvm-svn: 149914
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index b090995da10..71b71483304 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -285,7 +285,10 @@ Release Notes</a>.</h1> <ul> <li>IR support for half float</li> - <li>IR support for vectors of pointers, including vector GEPs.</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>....</li> </ul> </div> |

