1 ; RUN: opt < %s -argpromotion -disable-output
3 define internal fastcc i32 @term_SharingList(i32* %Term, i32* %List) nounwind {
5 br i1 false, label %bb, label %bb5
8 %0 = call fastcc i32 @term_SharingList( i32* null, i32* %List ) nounwind ; <i32> [#uses=0]
15 define i32 @term_Sharing(i32* %Term) nounwind {
17 br i1 false, label %bb.i, label %bb14
19 bb.i: ; preds = %entry
20 %0 = call fastcc i32 @term_SharingList( i32* null, i32* null ) nounwind ; <i32> [#uses=0]
23 bb14: ; preds = %entry