search for: exn_ret

Displaying 1 result from an estimated 1 matches for "exn_ret".

Did you mean: bx_ret
2005 Apr 19
1
[LLVMdev] Unwind example
...int 0, int 0 %tmp.1 = call int (sbyte*, ...)* %printf( sbyte* %tmp.0, int* %xyzzy) call void %stack_check() br label %the_return the_return: ; ret void unwind } int %main() { entry: invoke void %stack_check() to label %normal_ret unwind label %exn_ret exn_ret: %foo.0 = getelementptr [15 x sbyte]* %str_msg, int 0, int 0 %foo.1 = call int (sbyte*, ...)* %printf(sbyte* %foo.0) br label %normal_ret normal_ret: ret int 0 }