brintos

brintos / llvm-project-archived public Read only

0
0
Text · 729 B · b725cb9 Raw
27 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --scrub-attributes2; RUN: opt < %s -passes=argpromotion -disable-output3 4define internal fastcc i32 @term_SharingList(ptr %Term, ptr %List) nounwind {5entry:6  br i1 false, label %bb, label %bb57 8bb:		; preds = %entry9  %0 = call fastcc i32 @term_SharingList( ptr null, ptr %List ) nounwind		; <i32> [#uses=0]10  unreachable11 12bb5:		; preds = %entry13  ret i32 014}15 16define i32 @term_Sharing(ptr %Term) nounwind {17entry:18  br i1 false, label %bb.i, label %bb1419 20bb.i:		; preds = %entry21  %0 = call fastcc i32 @term_SharingList( ptr null, ptr null ) nounwind		; <i32> [#uses=0]22  ret i32 123 24bb14:		; preds = %entry25  ret i32 026}27