Add a link to Bill's blog post.

llvm-svn: 145419
This commit is contained in:
Benjamin Kramer 2011-11-29 19:24:11 +00:00
parent 7623347f83
commit 098c1d9680
1 changed files with 3 additions and 2 deletions

View File

@ -779,8 +779,9 @@ be used to verify some algorithms.
</li> </li>
<li>The LLVM IR exception handling representation has been redesigned and <li>The LLVM IR exception handling representation has been redesigned and
reimplemented, making it more elegant, fixing a huge number of bugs, and reimplemented, making it more elegant, fixing a huge number of bugs, and
enabling inlining and other optimizations. Please see its blog post (XXX enabling inlining and other optimizations. Please see its <a href=
not yet) and the <a href="ExceptionHandling.html">Exception Handling "http://blog.llvm.org/2011/11/llvm-30-exception-handling-redesign.html">blog
post</a> and the <a href="ExceptionHandling.html">Exception Handling
documentation</a> for more information.</li> documentation</a> for more information.</li>
<li>The LLVM IR Type system has been redesigned and reimplemented, making it <li>The LLVM IR Type system has been redesigned and reimplemented, making it
faster and solving some long-standing problems. faster and solving some long-standing problems.