brintos

brintos / llvm-project-archived public Read only

0
0
Text · 403 B · 34c4fdc Raw
19 lines · plain
1; RUN: opt < %s -passes=sccp -disable-output2 3declare i32 @foo()4 5define void @caller() personality ptr @__gxx_personality_v0 {6	br i1 true, label %T, label %F7F:		; preds = %08	%X = invoke i32 @foo( )9			to label %T unwind label %LP		; <i32> [#uses=0]10LP:11        %val = landingpad { ptr, i32 }12                 catch ptr null13        br label %T14T:15	ret void16}17 18declare i32 @__gxx_personality_v0(...)19