Displaying 1 result from an estimated 1 matches for "catchend2".
Did you mean:
catchend
2015 May 15
8
[LLVMdev] RFC: New EH representation for MSVC compatibility
...el %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
catch.all:
invoke void @f(i32 5)
to label %cont5 unwind label %catchend2
cont5:
resume label %cont4
catchend2:
catchendblock unwind label %catchend1
catchend1:
catchendblock unwind label %callterminate
callterminate:
terminateblock [void ()* @std.terminate]
}
>From this IR, we...