Displaying 1 result from an estimated 1 matches for "ehcleanup".
Did you mean:
cleanup
2014 Nov 24
1
[LLVMdev] RFC: How to represent SEH (__try / __except) in LLVM IR
...xFrameHandler3 to i8*)
cleanup
catch i8* bitcast (i8** @_ZTIi to i8*)
%6 = extractvalue { i8*, i32 } %5, 0
store i8* %6, i8** %exn.slot
%7 = extractvalue { i8*, i32 } %5, 1
store i32 %7, i32* %ehselector.slot
; Branch to shared label to do pre-catch cleanup
br label %ehcleanup
if.else: ; preds = %invoke.cont
invoke void @_ZN5InnerC1Ev(%class.Inner* %inner)
to label %invoke.cont3 unwind label %lpad1
invoke.cont3: ; preds = %if.else
invoke void @_Z12do_thing_twov()
to lab...