Displaying 1 result from an estimated 1 matches for "catchend1".
Did you mean:
catchend
2015 May 15
8
[LLVMdev] RFC: New EH representation for MSVC compatibility
...label %cleanup.Obj
cont2:
call void @~Obj()
br label %return
return:
ret void
cleanup.Obj:
cleanupblock unwind label %maycatch.int
call void @~Obj()
resume label %maycatch.int
maycatch.int:
catchblock void [i8* @typeid.int, i32 7, i32* %e.addr]
to label %catch.int unwind label %catchend1
catch.int:
invoke void @f(i32 3)
to label %cont3 unwind label %catchend1
cont3:
invoke void @f(i32 4)
to label %cont4 unwind label %maycatch.all
cont4:
resume label %return
maycatch.all:
catchblock void [i8* null, i32 0, i8* null]
to label %catch.all unwind label %catchend2
cat...