[llvm-commits] [llvm] r136683 - in /llvm/trunk: docs/ReleaseNotes.html include/llvm-c/Core.h lib/VMCore/Core.cpp
Bill Wendling
wendling at apple.com
Mon Aug 1 23:40:09 PDT 2011
On Aug 1, 2011, at 11:27 PM, Duncan Sands wrote:
> Hi Bill,
>
>> +<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
>> + exception handling rewrite.</li>
>
> this makes it sound like the exception handling rewrite was removed :) How
> about "So this was removed during the exception handling rewrite" instead?
>
Ha! Yes, that's much better. Thanks. :-)
-bw
More information about the llvm-commits
mailing list