[LLVMdev] LLVM Exception Handling
Nathan Jeffords
blunted2night at gmail.com
Sun Sep 26 17:12:19 PDT 2010
How about this syntax:
invoke @method(i32 %arg)
ret i32 %return_value to label %success_branch
unwind i8* %exception_pointer to label %error_branch
this makes the instruction self consistent, and self documenting
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100926/5de04087/attachment.html>
More information about the llvm-dev
mailing list