brintos

brintos / llvm-project-archived public Read only

0
0
Text · 215 B · 38679f4 Raw
16 lines · plain
1; RUN: not llvm-as < %s > /dev/null 2>&12 3declare i32 @v()4 5define i32 @f() {6e:7	%r = invoke i32 @v()8			to label %c unwind label %u		; <i32> [#uses=2]9 10c:		; preds = %e11	ret i32 %r12 13u:		; preds = %e14	ret i32 %r15}16