Displaying 1 result from an estimated 1 matches for "ccffd7e3".
2008 Jul 31
4
[LLVMdev] Unwinds Gone Wild
...i32 @main() nounwind {
entry:
%bar = invoke i32 @foo( ) to label %yes unwind label %no
yes:
ret i32 %bar
no:
ret i32 -1
}
Marc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080730/ccffd7e3/attachment.html>