[llvm-commits] Newest LandingPad Patch

Bill Wendling wendling at apple.com
Wed Aug 3 10:42:21 PDT 2011


This is the newest LandingPadInst patch. It incorporates the details from the discussions we've been having. In particular, it changes the grammar so that a "filter" clause can have a list of values (to keep the semantics of filters), while a "catch" clause may have only one value (since a catch clause with a list of values is semantically the same as a list of catches each with one value).

Share and enjoy!
-bw

-------------- next part --------------
A non-text attachment was scrubbed...
Name: landingpadinst.diff
Type: application/octet-stream
Size: 32773 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110803/1fc63682/attachment.obj>
-------------- next part --------------




More information about the llvm-commits mailing list