brintos

brintos / llvm-project-archived public Read only

0
0
Text · 948 B · 755eebd Raw
36 lines · plain
1; RUN: llc < %s2; PR18333 4	%struct.__class_type_info_pseudo = type { %struct.__type_info_pseudo }5	%struct.__type_info_pseudo = type { ptr, ptr }6@_ZTI2e1 = external constant %struct.__class_type_info_pseudo		; <ptr> [#uses=1]7 8define void @_Z7ex_testv() personality ptr @__gxx_personality_v0 {9entry:10	invoke void @__cxa_throw( ptr null, ptr @_ZTI2e1, ptr null ) noreturn 11			to label %UnifiedUnreachableBlock unwind label %lpad12 13bb14:		; preds = %lpad14	unreachable15 16lpad:		; preds = %entry17        %lpad1 = landingpad { ptr, i32 }18                  catch ptr null19	invoke void @__cxa_end_catch( )20			to label %bb14 unwind label %lpad1721 22lpad17:		; preds = %lpad23        %lpad2 = landingpad { ptr, i32 }24                  catch ptr null25	unreachable26 27UnifiedUnreachableBlock:		; preds = %entry28	unreachable29}30 31declare void @__cxa_throw(ptr, ptr, ptr) noreturn 32 33declare void @__cxa_end_catch()34 35declare i32 @__gxx_personality_v0(...) addrspace(0)36